diff --git a/build.gradle b/build.gradle index 7ce68314ff..1512117fe8 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,12 @@ project('spring-integration-amqp') { dependencies { compile project(":spring-integration-core") compile "org.springframework:spring-context:$springVersion" - compile "org.springframework.amqp:spring-rabbit:$springAmqpVersion" + compile("org.springframework.amqp:spring-rabbit:$springAmqpVersion") { + exclude group: 'org.springframework', module: 'spring-beans' + exclude group: 'org.springframework', module: 'spring-core' + exclude group: 'org.springframework', module: 'spring-context' + exclude group: 'org.springframework', module: 'spring-tx' + } testCompile project(":spring-integration-stream") } } diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml index f99112709f..5fccd1e570 100644 --- a/spring-integration-amqp/pom.xml +++ b/spring-integration-amqp/pom.xml @@ -100,12 +100,24 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock 2.3 test + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + org.easymock easymockclassextension @@ -118,18 +130,6 @@ 3.1.0.M2 test - - 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 @@ -153,6 +153,24 @@ spring-rabbit 1.0.0.BUILD-SNAPSHOT compile + + + spring-context + org.springframework + + + spring-tx + org.springframework + + + spring-core + org.springframework + + + spring-beans + org.springframework + + log4j diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index de503bf3db..95d556f52c 100644 --- a/spring-integration-event/pom.xml +++ b/spring-integration-event/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -118,12 +124,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.integration spring-integration-test diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index ba456593cc..5ea54a86b8 100644 --- a/spring-integration-feed/pom.xml +++ b/spring-integration-feed/pom.xml @@ -130,6 +130,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -142,24 +148,18 @@ 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - 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-test + 3.1.0.M2 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 7e1578f79b..2972c24f38 100644 --- a/spring-integration-file/pom.xml +++ b/spring-integration-file/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -118,12 +124,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.integration spring-integration-test diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 934b19299b..4b83b76d5a 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT - compile - cglib cglib-nodep @@ -136,6 +130,18 @@ 2.3 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.springframework spring-test @@ -155,12 +161,6 @@ compile true - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index 565db60ce4..4e2347269a 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -104,12 +104,24 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock 2.3 test + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + org.easymock easymockclassextension @@ -128,18 +140,6 @@ 1.0.1.RELEASE compile - - 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 diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index a89b2aed2e..1a4f227663 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -124,12 +130,6 @@ 3.1.0.M2 compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.hamcrest hamcrest-all diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 37071ff108..63075d05eb 100644 --- a/spring-integration-http/pom.xml +++ b/spring-integration-http/pom.xml @@ -124,6 +124,12 @@ 3.1.0.M2 compile + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -149,24 +155,18 @@ 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - 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-test + 3.1.0.M2 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index 8d86506d15..582c6da89d 100644 --- a/spring-integration-ip/pom.xml +++ b/spring-integration-ip/pom.xml @@ -100,12 +100,24 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock 2.3 test + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + runtime + org.easymock easymockclassextension @@ -118,18 +130,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - runtime - - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.integration spring-integration-test diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index cba9491675..e928055b5f 100644 --- a/spring-integration-jdbc/pom.xml +++ b/spring-integration-jdbc/pom.xml @@ -140,6 +140,12 @@ 2.2 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + com.h2database h2 @@ -164,24 +170,18 @@ 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - 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-test + 3.1.0.M2 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index 21789b75be..4cecff8020 100644 --- a/spring-integration-jms/pom.xml +++ b/spring-integration-jms/pom.xml @@ -136,6 +136,12 @@ 3.1.0.M2 compile + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -154,24 +160,18 @@ 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - 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-test + 3.1.0.M2 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index abc81246e6..38742aff75 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -124,6 +124,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -136,24 +142,18 @@ 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - 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-test + 3.1.0.M2 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 9da386745b..ee68b7be4e 100644 --- a/spring-integration-mail/pom.xml +++ b/spring-integration-mail/pom.xml @@ -112,6 +112,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -124,18 +130,18 @@ 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.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support @@ -149,12 +155,6 @@ compile true - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index 8055e40d01..d68f058a84 100644 --- a/spring-integration-mongodb/pom.xml +++ b/spring-integration-mongodb/pom.xml @@ -130,6 +130,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -142,24 +148,18 @@ 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - 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-test + 3.1.0.M2 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml index ea4a7a13fa..29798694cd 100644 --- a/spring-integration-redis/pom.xml +++ b/spring-integration-redis/pom.xml @@ -130,6 +130,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -142,24 +148,18 @@ 2.3 test - - org.springframework - spring-test - 3.1.0.M2 - 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-test + 3.1.0.M2 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 0bda4d9778..91f0ba08d3 100644 --- a/spring-integration-rmi/pom.xml +++ b/spring-integration-rmi/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -124,12 +130,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.integration spring-integration-test diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml index 7f33eaefe5..c75b9b7eff 100644 --- a/spring-integration-scripting/pom.xml +++ b/spring-integration-scripting/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -118,12 +124,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.integration spring-integration-test diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 0341f059e4..640f0e820d 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -124,6 +124,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -148,12 +154,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.hamcrest hamcrest-all diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index bc80a36e02..34790868d5 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -108,7 +108,7 @@ org.springframework.integration - spring-integration-file + spring-integration-stream 2.1.0.BUILD-SNAPSHOT compile @@ -124,6 +124,12 @@ 2.2 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -136,24 +142,24 @@ 2.3 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.springframework spring-test 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support @@ -167,12 +173,6 @@ compile true - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index ef12ba4b0f..98b447ad3a 100644 --- a/spring-integration-stream/pom.xml +++ b/spring-integration-stream/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -118,12 +124,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index c6a5ba0886..58c5766eba 100644 --- a/spring-integration-test/pom.xml +++ b/spring-integration-test/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -118,12 +124,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 7afb3bd5fa..d899a911d9 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -118,6 +118,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -130,18 +136,18 @@ 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.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support @@ -155,12 +161,6 @@ compile true - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index 65ccadca7e..20214b7a41 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -144,6 +144,12 @@ true + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -168,18 +174,18 @@ 1.0.1 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-test 3.1.0.M2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - javax.activation activation @@ -187,12 +193,6 @@ compile true - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index 3d165cdfbd..bc53f3b173 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -142,6 +142,12 @@ 2.0EA3 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -160,6 +166,12 @@ 3.1.0.M2 compile + + org.springframework + spring-test + 3.1.0.M2 + test + stax stax-api @@ -167,9 +179,9 @@ test - org.springframework - spring-test - 3.1.0.M2 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test @@ -179,18 +191,6 @@ compile true - - 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.hamcrest hamcrest-all diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 36a7bbeb94..f282bbb4d0 100644 --- a/spring-integration-xmpp/pom.xml +++ b/spring-integration-xmpp/pom.xml @@ -100,6 +100,12 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + cglib cglib-nodep @@ -112,6 +118,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -124,24 +136,18 @@ 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.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - javax.activation activation @@ -161,12 +167,6 @@ 3.1.0.M2 compile - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - jivesoftware smackx