diff --git a/build.gradle b/build.gradle index d02253a16c..2310b2b2ef 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.RC1' + springGemfireVersion = '1.1.0.RELEASE' springSecurityVersion = '3.1.0.RELEASE' springWsVersion = '2.0.3.RELEASE' diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index ee4925a30d..5eb0532092 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -92,10 +92,16 @@ + + org.springframework + spring-test + 3.0.6.RELEASE + test + org.springframework.data spring-data-gemfire - 1.1.0.RC1 + 1.1.0.RELEASE compile @@ -112,18 +118,6 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework - spring-test - 3.0.6.RELEASE - test - cglib cglib-nodep @@ -160,6 +154,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.hamcrest hamcrest-all @@ -172,18 +172,18 @@ 2.1.0.BUILD-SNAPSHOT test - - org.mockito - mockito-all - 1.8.4 - test - org.springframework.integration spring-integration-core 2.1.0.BUILD-SNAPSHOT compile + + org.mockito + mockito-all + 1.8.4 + test + junit junit-dep