From 81f07f2c5cdbbab270ca250e7c4be8fd26ff3853 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 10 Aug 2011 12:50:20 -0400 Subject: [PATCH] INT-2044 modified Spring AMQP dependency version to 1.0.0.RC3 --- build.gradle | 2 +- spring-integration-amqp/pom.xml | 98 ++++++++++++++++----------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/build.gradle b/build.gradle index c74b348048..48bd58667d 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ configure(javaprojects) { log4jVersion = '1.2.12' mockitoVersion = '1.8.4' springVersion = '3.1.0.M2' - springAmqpVersion = '1.0.0.BUILD-SNAPSHOT' + springAmqpVersion = '1.0.0.RC3' springDataMongoVersion = '1.0.0.BUILD-SNAPSHOT' springDataCommonsVersion = '1.2.0.BUILD-SNAPSHOT' springDataRedisVersion = '1.0.0.BUILD-SNAPSHOT' diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml index 478cd6bca0..9683468b01 100644 --- a/spring-integration-amqp/pom.xml +++ b/spring-integration-amqp/pom.xml @@ -100,16 +100,64 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-context 3.1.0.M2 compile + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework + spring-test + 3.1.0.M2 + test + org.springframework.amqp spring-rabbit - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RC3 compile @@ -138,54 +186,6 @@ - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - - - cglib - cglib-nodep - 2.2 - test - - - log4j - log4j - 1.2.12 - test - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.easymock - easymock - 2.3 - test - - - org.easymock - easymockclassextension - 2.3 - test - - - org.springframework - spring-test - 3.1.0.M2 - test - org.hamcrest hamcrest-all