diff --git a/build.gradle b/build.gradle index daa9c4f426..16a225ae12 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ configure(javaprojects) { springDataMongoVersion = '1.0.0.BUILD-SNAPSHOT' springDataCommonsVersion = '1.2.0.BUILD-SNAPSHOT' springDataRedisVersion = '1.0.0.M4' - springGemfireVersion = '1.1.0.BUILD-SNAPSHOT' + springGemfireVersion = '1.1.0.M2' springSecurityVersion = '3.0.5.RELEASE' springWsVersion = '2.0.2.RELEASE' diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index 944282ad46..3cd799056a 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -96,6 +96,18 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.data.gemfire + spring-gemfire + 1.1.0.M2 + compile + org.springframework spring-context @@ -104,9 +116,9 @@ org.springframework.integration - spring-integration-stream + spring-integration-core 2.1.0.BUILD-SNAPSHOT - test + compile cglib @@ -120,12 +132,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -162,12 +168,6 @@ 1.8.4 test - - org.springframework.data.gemfire - spring-gemfire - 1.1.0.BUILD-SNAPSHOT - compile - junit junit-dep