diff --git a/build.gradle b/build.gradle index acf222fda6..4326895804 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ configure(javaprojects) { springAmqpVersion = '1.0.0.RELEASE' springDataMongoVersion = '1.0.0.RC1' springDataRedisVersion = '1.0.0.RC1' - springGemfireVersion = '1.1.0.M3' + springGemfireVersion = '1.1.0.RC1' springSecurityVersion = '3.0.6.RELEASE' springWsVersion = '2.0.3.RELEASE' @@ -252,7 +252,7 @@ project('spring-integration-gemfire') { } dependencies { compile project(":spring-integration-core") - compile ("org.springframework.data.gemfire:spring-gemfire:$springGemfireVersion") { + compile ("org.springframework.data:spring-data-gemfire:$springGemfireVersion") { exclude group: 'org.springframework', module: 'spring-context-support' exclude group: 'org.springframework', module: 'spring-core' exclude group: 'org.springframework', module: 'spring-tx' diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index 57de507257..ee4925a30d 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -93,9 +93,9 @@ - org.springframework.data.gemfire - spring-gemfire - 1.1.0.M3 + org.springframework.data + spring-data-gemfire + 1.1.0.RC1 compile @@ -113,15 +113,15 @@ - org.springframework - spring-test - 3.0.6.RELEASE + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT + org.springframework + spring-test + 3.0.6.RELEASE test @@ -148,12 +148,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymockclassextension @@ -174,9 +168,9 @@ org.springframework.integration - spring-integration-core + spring-integration-stream 2.1.0.BUILD-SNAPSHOT - compile + test org.mockito @@ -184,6 +178,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep