diff --git a/build.gradle b/build.gradle index 80cff0f6a1..afc7dca100 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ configure(javaprojects) { mockitoVersion = '1.8.4' springVersion = '3.0.7.RELEASE' springAmqpVersion = '1.0.0.RELEASE' - springDataMongoVersion = '1.0.0.RC1' + springDataMongoVersion = '1.0.0.RELEASE' springDataRedisVersion = '1.0.0.RELEASE' springGemfireVersion = '1.1.0.RELEASE' springSecurityVersion = '3.1.0.RELEASE' diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index 8a77e7866f..e3a05f3505 100644 --- a/spring-integration-mongodb/pom.xml +++ b/spring-integration-mongodb/pom.xml @@ -106,16 +106,52 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + + + org.hamcrest + hamcrest-all + 1.1 + test + + + org.mockito + mockito-all + 1.8.4 + test + + + log4j + log4j + 1.2.12 + test + + + cglib + cglib-nodep + 2.2 + test + org.springframework.data spring-data-mongodb - 1.0.0.RC1 + 1.0.0.RELEASE compile @@ -148,48 +184,12 @@ - - org.hamcrest - hamcrest-all - 1.1 - test - - - org.mockito - mockito-all - 1.8.4 - test - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - - - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test - junit junit-dep 4.8.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - UTF8