diff --git a/build.gradle b/build.gradle index 1512117fe8..88e8450ca6 100644 --- a/build.gradle +++ b/build.gradle @@ -174,10 +174,13 @@ project('spring-integration-amqp') { dependencies { compile project(":spring-integration-core") compile "org.springframework:spring-context:$springVersion" + compile "org.springframework:spring-tx:$springVersion" compile("org.springframework.amqp:spring-rabbit:$springAmqpVersion") { + exclude group: 'org.springframework', module: 'spring-aop' 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-core' + exclude group: 'org.springframework', module: 'spring-oxm' 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 5fccd1e570..45584dd8c2 100644 --- a/spring-integration-amqp/pom.xml +++ b/spring-integration-amqp/pom.xml @@ -100,54 +100,12 @@ - - 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 - 2.3 - test - - - org.springframework - spring-test - 3.1.0.M2 - test - org.springframework spring-context 3.1.0.M2 compile - - org.hamcrest - hamcrest-all - 1.1 - test - - - org.mockito - mockito-all - 1.8.4 - test - org.springframework.amqp spring-rabbit @@ -162,6 +120,10 @@ spring-tx org.springframework + + spring-aop + org.springframework + spring-core org.springframework @@ -170,8 +132,18 @@ spring-beans org.springframework + + spring-oxm + org.springframework + + + cglib + cglib-nodep + 2.2 + test + log4j log4j @@ -179,11 +151,53 @@ test - cglib - cglib-nodep - 2.2 + 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 + 1.1 + test + + + org.springframework.integration + spring-integration-stream + 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.springframework + spring-tx + 3.1.0.M2 + compile + junit junit-dep diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index 95d556f52c..37740e41af 100644 --- a/spring-integration-event/pom.xml +++ b/spring-integration-event/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -124,12 +118,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-context @@ -142,6 +130,18 @@ 1.1 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.mockito mockito-all diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index 5ea54a86b8..1fa142f8f7 100644 --- a/spring-integration-feed/pom.xml +++ b/spring-integration-feed/pom.xml @@ -130,12 +130,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -148,12 +142,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -166,12 +154,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 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 + net.java.dev.rome rome diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 2972c24f38..8f5f314612 100644 --- a/spring-integration-file/pom.xml +++ b/spring-integration-file/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -124,12 +118,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-context @@ -142,6 +130,18 @@ 1.1 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.mockito mockito-all diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 4b83b76d5a..954da77daa 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -136,12 +136,6 @@ 2.1.0.BUILD-SNAPSHOT compile - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -167,6 +161,12 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.mockito mockito-all diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index 4e2347269a..810900ed47 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -104,24 +104,12 @@ - - 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 @@ -152,6 +140,18 @@ 1.1 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 + org.mockito mockito-all diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 1a4f227663..9c3a512515 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -142,6 +136,12 @@ 1.7.5 compile + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.mockito mockito-all diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 63075d05eb..4cc9a239df 100644 --- a/spring-integration-http/pom.xml +++ b/spring-integration-http/pom.xml @@ -124,12 +124,6 @@ 3.1.0.M2 compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -155,12 +149,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -173,12 +161,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 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 + junit junit-dep diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index 582c6da89d..d668e32b74 100644 --- a/spring-integration-ip/pom.xml +++ b/spring-integration-ip/pom.xml @@ -100,24 +100,12 @@ - - 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 @@ -130,12 +118,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-context @@ -148,6 +130,24 @@ 1.1 test + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + runtime + + + 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.mockito mockito-all diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index e928055b5f..1261d32743 100644 --- a/spring-integration-jdbc/pom.xml +++ b/spring-integration-jdbc/pom.xml @@ -140,12 +140,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - com.h2database h2 @@ -170,12 +164,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -194,12 +182,24 @@ 1.8.0.10 test + + org.springframework.integration + spring-integration-test + 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.springframework spring-tx diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index 4cecff8020..21fe60617f 100644 --- a/spring-integration-jms/pom.xml +++ b/spring-integration-jms/pom.xml @@ -136,12 +136,6 @@ 3.1.0.M2 compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -160,12 +154,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -178,6 +166,18 @@ 1.1 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.mockito mockito-all diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 38742aff75..cf33f12f12 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -124,12 +124,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -142,12 +136,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -160,12 +148,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 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.aspectj aspectjrt diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index ee68b7be4e..b4cc00c562 100644 --- a/spring-integration-mail/pom.xml +++ b/spring-integration-mail/pom.xml @@ -112,12 +112,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -130,12 +124,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -161,12 +149,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 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 + javax.mail mail diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index d68f058a84..ce3e25f6da 100644 --- a/spring-integration-mongodb/pom.xml +++ b/spring-integration-mongodb/pom.xml @@ -130,12 +130,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -148,12 +142,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -166,12 +154,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 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 + junit junit-dep diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml index 29798694cd..8b1772a6ad 100644 --- a/spring-integration-redis/pom.xml +++ b/spring-integration-redis/pom.xml @@ -130,12 +130,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -148,12 +142,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -166,12 +154,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 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 + junit junit-dep diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 91f0ba08d3..da0a90d2e0 100644 --- a/spring-integration-rmi/pom.xml +++ b/spring-integration-rmi/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -130,12 +124,6 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-context @@ -148,6 +136,18 @@ 1.1 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.mockito mockito-all diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml index c75b9b7eff..7b7863cb32 100644 --- a/spring-integration-scripting/pom.xml +++ b/spring-integration-scripting/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -124,24 +118,30 @@ 3.1.0.M2 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all 1.1 test + + org.springframework.integration + spring-integration-test + 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.codehaus.groovy groovy-all diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 640f0e820d..1fac812805 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -124,12 +124,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -166,6 +160,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework.security spring-security-config diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index 34790868d5..3dca2a1251 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -106,12 +106,6 @@ 0.1.42 compile - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j @@ -124,12 +118,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -148,12 +136,6 @@ 2.1.0.BUILD-SNAPSHOT compile - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -179,6 +161,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + compile + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.mockito mockito-all diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index 98b447ad3a..5973508d33 100644 --- a/spring-integration-stream/pom.xml +++ b/spring-integration-stream/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -136,6 +130,12 @@ 1.1 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.mockito mockito-all diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 58c5766eba..d49dc5fa92 100644 --- a/spring-integration-test/pom.xml +++ b/spring-integration-test/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -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 d899a911d9..78e09887db 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -118,12 +118,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -136,12 +130,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -167,12 +155,24 @@ 1.1 test + + org.springframework.integration + spring-integration-test + 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 + junit junit-dep diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index 20214b7a41..4d6e9924d0 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -144,12 +144,6 @@ true - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -174,12 +168,6 @@ 1.0.1 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -199,6 +187,18 @@ 1.1 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.mockito mockito-all diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index bc53f3b173..7e3cc57a3f 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -142,12 +142,6 @@ 2.0EA3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -166,12 +160,6 @@ 3.1.0.M2 compile - - org.springframework - spring-test - 3.1.0.M2 - test - stax stax-api @@ -179,9 +167,9 @@ test - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT + org.springframework + spring-test + 3.1.0.M2 test @@ -197,6 +185,18 @@ 1.1 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.mockito mockito-all diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index f282bbb4d0..c089750086 100644 --- a/spring-integration-xmpp/pom.xml +++ b/spring-integration-xmpp/pom.xml @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - cglib cglib-nodep @@ -118,12 +112,6 @@ 1.2.12 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -136,12 +124,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -179,6 +161,24 @@ 1.1 test + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + 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.mockito mockito-all