diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml index 9683468b01..06f144241a 100644 --- a/spring-integration-amqp/pom.xml +++ b/spring-integration-amqp/pom.xml @@ -101,9 +101,9 @@ - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT + org.springframework + spring-context + 3.0.5.RELEASE compile @@ -112,12 +112,6 @@ 2.1.0.BUILD-SNAPSHOT test - - org.springframework - spring-context - 3.1.0.M2 - compile - cglib cglib-nodep @@ -142,18 +136,6 @@ 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 @@ -186,6 +168,24 @@ + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework + spring-tx + 3.0.5.RELEASE + compile + + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -199,9 +199,9 @@ test - org.springframework - spring-tx - 3.1.0.M2 + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT compile diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index 21eb396cd0..7925869cb8 100644 --- a/spring-integration-core/pom.xml +++ b/spring-integration-core/pom.xml @@ -103,7 +103,7 @@ org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -133,7 +133,7 @@ org.springframework spring-aop - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -144,9 +144,10 @@ org.springframework - spring-test - 3.1.0.M2 - test + spring-tx + 3.0.5.RELEASE + compile + true org.codehaus.jackson @@ -155,6 +156,12 @@ compile true + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -167,13 +174,6 @@ 1.8.4 test - - org.springframework - spring-tx - 3.1.0.M2 - compile - true - org.aspectj aspectjrt diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index dcf5f12f79..465115cd36 100644 --- a/spring-integration-event/pom.xml +++ b/spring-integration-event/pom.xml @@ -107,10 +107,10 @@ test - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile + org.easymock + easymockclassextension + 2.3 + test org.springframework.integration @@ -118,22 +118,10 @@ 2.1.0.BUILD-SNAPSHOT test - - org.easymock - easymockclassextension - 2.3 - test - - - org.springframework - spring-test - 3.1.0.M2 - test - org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -142,12 +130,24 @@ 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index 81d81f47d5..49a4558cd9 100644 --- a/spring-integration-feed/pom.xml +++ b/spring-integration-feed/pom.xml @@ -103,7 +103,7 @@ org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -130,18 +130,6 @@ 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 @@ -154,10 +142,16 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-test - 3.1.0.M2 + 3.0.5.RELEASE test @@ -172,6 +166,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + net.java.dev.rome rome diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 8be171db85..8f3ae3d163 100644 --- a/spring-integration-file/pom.xml +++ b/spring-integration-file/pom.xml @@ -107,10 +107,10 @@ test - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile + org.easymock + easymockclassextension + 2.3 + test org.springframework.integration @@ -118,22 +118,10 @@ 2.1.0.BUILD-SNAPSHOT test - - org.easymock - easymockclassextension - 2.3 - test - - - org.springframework - spring-test - 3.1.0.M2 - test - org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -142,12 +130,24 @@ 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 1f1a2dd97a..149a276f95 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -112,18 +112,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - commons-net commons-net @@ -143,17 +131,11 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test - - org.springframework - spring-context-support - 3.1.0.M2 - compile - javax.activation activation @@ -161,6 +143,12 @@ compile true + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -173,6 +161,18 @@ 1.8.4 test + + org.springframework.integration + spring-integration-file + 2.1.0.BUILD-SNAPSHOT + compile + + + org.springframework + spring-context-support + 3.0.5.RELEASE + compile + junit junit-dep diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index 8f4bb8ae30..ae87fa2f89 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -104,18 +104,36 @@ + + org.springframework + spring-context + 3.0.5.RELEASE + compile + + + 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.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension @@ -123,22 +141,16 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test - - org.springframework.data.gemfire - spring-gemfire - 1.0.1.RELEASE - compile - org.springframework - spring-context - 3.1.0.M2 - compile + spring-test + 3.0.5.RELEASE + test org.hamcrest @@ -154,21 +166,15 @@ org.springframework.integration - spring-integration-stream + spring-integration-core 2.1.0.BUILD-SNAPSHOT - test + compile - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test + org.springframework.data.gemfire + spring-gemfire + 1.1.0.BUILD-SNAPSHOT + compile junit diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 2ff9b9bc67..95570dfc73 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -106,12 +106,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension @@ -119,21 +113,15 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.hamcrest + hamcrest-all + 1.1 test org.springframework - spring-context-support - 3.1.0.M2 - compile - - - org.hamcrest - hamcrest-all - 1.1 + spring-test + 3.0.5.RELEASE test @@ -148,6 +136,18 @@ 1.8.4 test + + org.springframework + spring-context-support + 3.0.5.RELEASE + compile + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 940cc25f39..4d66494472 100644 --- a/spring-integration-http/pom.xml +++ b/spring-integration-http/pom.xml @@ -100,6 +100,12 @@ + + org.springframework + spring-webmvc + 3.0.5.RELEASE + compile + javax.servlet servlet-api @@ -118,24 +124,6 @@ 1.2.12 test - - org.springframework - spring-webmvc - 3.1.0.M2 - compile - - - 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 @@ -161,10 +149,16 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-test - 3.1.0.M2 + 3.0.5.RELEASE test @@ -179,6 +173,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index d5545cf133..498962880d 100644 --- a/spring-integration-ip/pom.xml +++ b/spring-integration-ip/pom.xml @@ -107,10 +107,10 @@ test - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile + org.easymock + easymockclassextension + 2.3 + test org.springframework.integration @@ -118,22 +118,10 @@ 2.1.0.BUILD-SNAPSHOT test - - org.easymock - easymockclassextension - 2.3 - test - - - org.springframework - spring-test - 3.1.0.M2 - test - org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -142,6 +130,12 @@ 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all @@ -154,6 +148,12 @@ 2.1.0.BUILD-SNAPSHOT runtime + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index caa737a5cd..211cee341f 100644 --- a/spring-integration-jdbc/pom.xml +++ b/spring-integration-jdbc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 3.1.0.M2 + 3.0.5.RELEASE compile org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -147,14 +147,20 @@ test - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT + org.easymock + easymock + 2.3 + test + + + org.springframework + spring-aop + 3.0.5.RELEASE compile org.easymock - easymock + easymockclassextension 2.3 test @@ -166,28 +172,22 @@ org.springframework - spring-aop - 3.1.0.M2 + spring-tx + 3.0.5.RELEASE compile - - org.easymock - easymockclassextension - 2.3 - test - - - org.springframework - spring-test - 3.1.0.M2 - test - org.hamcrest hamcrest-all 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + hsqldb hsqldb @@ -201,9 +201,9 @@ test - org.springframework - spring-tx - 3.1.0.M2 + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT compile diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index 83b0164865..e5ff07b9f2 100644 --- a/spring-integration-jms/pom.xml +++ b/spring-integration-jms/pom.xml @@ -106,10 +106,22 @@ 5.3.0 test + + org.springframework + spring-jms + 3.0.5.RELEASE + compile + + + org.springframework + spring-oxm + 3.0.5.RELEASE + test + org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -130,46 +142,34 @@ 1.2.12 test - - org.springframework - spring-jms - 3.1.0.M2 - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework - spring-oxm - 3.1.0.M2 - test - org.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework + spring-tx + 3.0.5.RELEASE + compile + org.springframework spring-test - 3.1.0.M2 + 3.0.5.RELEASE test @@ -185,9 +185,9 @@ test - org.springframework - spring-tx - 3.1.0.M2 + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT compile diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index ecafc1e209..ee88754464 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -103,7 +103,7 @@ org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -124,18 +124,6 @@ 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 @@ -148,10 +136,16 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-test - 3.1.0.M2 + 3.0.5.RELEASE test @@ -166,6 +160,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.aspectj aspectjrt diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 95991f53f4..ec72bb7b82 100644 --- a/spring-integration-mail/pom.xml +++ b/spring-integration-mail/pom.xml @@ -112,18 +112,6 @@ 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 @@ -137,17 +125,11 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test - - org.springframework - spring-context-support - 3.1.0.M2 - compile - javax.activation activation @@ -155,6 +137,12 @@ compile true + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -167,6 +155,18 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + + + org.springframework + spring-context-support + 3.0.5.RELEASE + compile + javax.mail mail diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index 54a9c9c579..52214a2bfe 100644 --- a/spring-integration-mongodb/pom.xml +++ b/spring-integration-mongodb/pom.xml @@ -107,15 +107,15 @@ compile - org.springframework.data - spring-data-mongodb - 1.0.0.BUILD-SNAPSHOT + org.springframework + spring-context + 3.0.5.RELEASE compile - org.springframework - spring-context - 3.1.0.M2 + org.springframework.data + spring-data-mongodb + 1.0.0.BUILD-SNAPSHOT compile @@ -130,18 +130,6 @@ 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 @@ -154,10 +142,16 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-test - 3.1.0.M2 + 3.0.5.RELEASE test @@ -172,6 +166,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml index d159420436..279f4820bb 100644 --- a/spring-integration-redis/pom.xml +++ b/spring-integration-redis/pom.xml @@ -116,6 +116,12 @@ + + org.springframework + spring-context + 3.0.5.RELEASE + compile + org.springframework.data spring-data-redis @@ -132,12 +138,6 @@ - - org.springframework - spring-context - 3.1.0.M2 - compile - org.springframework spring-dao @@ -162,24 +162,12 @@ 2.2 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension @@ -187,9 +175,9 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test @@ -198,6 +186,12 @@ 1.8.3 compile + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -210,6 +204,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 6e6ddd11ee..ef59db944c 100644 --- a/spring-integration-rmi/pom.xml +++ b/spring-integration-rmi/pom.xml @@ -106,22 +106,10 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-aop - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -131,15 +119,15 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -148,12 +136,24 @@ 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml index 04a6c65120..3b456f755d 100644 --- a/spring-integration-scripting/pom.xml +++ b/spring-integration-scripting/pom.xml @@ -107,10 +107,10 @@ test - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile + org.easymock + easymockclassextension + 2.3 + test org.springframework.integration @@ -119,21 +119,15 @@ test - org.easymock - easymockclassextension - 2.3 + org.hamcrest + hamcrest-all + 1.1 test org.springframework spring-test - 3.1.0.M2 - test - - - org.hamcrest - hamcrest-all - 1.1 + 3.0.5.RELEASE test @@ -148,6 +142,12 @@ 1.7.5 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 93092cef91..8b4d071e94 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -130,16 +130,10 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-aop - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -148,10 +142,16 @@ 2.3 test + + org.springframework + spring-tx + 3.0.5.RELEASE + compile + org.springframework spring-test - 3.1.0.M2 + 3.0.5.RELEASE test @@ -179,9 +179,9 @@ - org.springframework - spring-tx - 3.1.0.M2 + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT compile diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index 8bb3e7bc63..f0a03d2c78 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -124,30 +124,12 @@ 2.2 test - - org.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension @@ -155,17 +137,11 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test - - org.springframework - spring-context-support - 3.1.0.M2 - compile - javax.activation activation @@ -173,6 +149,12 @@ compile true + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -185,6 +167,24 @@ 1.8.4 test + + org.springframework.integration + spring-integration-file + 2.1.0.BUILD-SNAPSHOT + compile + + + org.springframework + spring-context-support + 3.0.5.RELEASE + compile + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index c9d9b75b5f..9d82d5cb4f 100644 --- a/spring-integration-stream/pom.xml +++ b/spring-integration-stream/pom.xml @@ -106,28 +106,16 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - test - org.springframework spring-context - 3.1.0.M2 + 3.0.5.RELEASE compile @@ -136,12 +124,24 @@ 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index cc02d67600..31ed29ab1f 100644 --- a/spring-integration-test/pom.xml +++ b/spring-integration-test/pom.xml @@ -106,12 +106,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension @@ -120,14 +114,14 @@ org.springframework - spring-test - 3.1.0.M2 - test + spring-context + 3.0.5.RELEASE + compile org.springframework - spring-context - 3.1.0.M2 + spring-test + 3.0.5.RELEASE compile @@ -142,6 +136,12 @@ 1.8.4 compile + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 333c1d0f1a..676954c2d2 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -118,18 +118,6 @@ 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 @@ -143,17 +131,11 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test - - org.springframework - spring-context-support - 3.1.0.M2 - compile - javax.activation activation @@ -161,6 +143,12 @@ compile true + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -173,6 +161,18 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + + + org.springframework + spring-context-support + 3.0.5.RELEASE + compile + junit junit-dep diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index 609ff92532..e66121f402 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -100,6 +100,12 @@ + + org.springframework + spring-expression + 3.0.5.RELEASE + compile + com.sun.xml.messaging.saaj saaj-impl @@ -107,18 +113,18 @@ compile true + + org.springframework + spring-oxm + 3.0.5.RELEASE + compile + log4j log4j 1.2.12 test - - org.springframework - spring-expression - 3.1.0.M2 - compile - org.springframework.ws spring-ws-core @@ -158,36 +164,18 @@ true - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension 2.3 test - - org.springframework - spring-oxm - 3.1.0.M2 - compile - stax stax-api @@ -195,9 +183,9 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test @@ -213,12 +201,24 @@ 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index 1f072724bd..695173b6e2 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -100,6 +100,18 @@ + + org.springframework + spring-context + 3.0.5.RELEASE + compile + + + org.springframework + spring-oxm + 3.0.5.RELEASE + compile + org.springframework.ws spring-xml @@ -122,12 +134,6 @@ 1.2 test - - org.springframework - spring-context - 3.1.0.M2 - compile - javax.xml jaxb-impl @@ -152,48 +158,30 @@ 2.0EA3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension 2.3 test - - org.springframework - spring-oxm - 3.1.0.M2 - compile - - - org.springframework - spring-test - 3.1.0.M2 - test - stax stax-api 1.0.1 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + javax.activation activation @@ -207,12 +195,24 @@ 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 0740d3a629..4b67f27bbf 100644 --- a/spring-integration-xmpp/pom.xml +++ b/spring-integration-xmpp/pom.xml @@ -118,24 +118,12 @@ 1.2.12 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension @@ -143,9 +131,9 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test @@ -161,18 +149,18 @@ 3.1.0 compile - - org.springframework - spring-context-support - 3.1.0.M2 - compile - jivesoftware smackx 3.1.0 compile + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.hamcrest hamcrest-all @@ -185,6 +173,18 @@ 1.8.4 test + + org.springframework + spring-context-support + 3.0.5.RELEASE + compile + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + junit junit-dep