diff --git a/build.gradle b/build.gradle
index 88e8450ca6..586941b0f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -454,7 +454,11 @@ project('spring-integration-ws') {
compile project(":spring-integration-core")
compile "org.springframework:spring-expression:$springVersion"
compile "org.springframework:spring-oxm:$springVersion"
- compile "org.springframework.ws:spring-ws-core:$springWsVersion"
+ compile ("org.springframework.ws:spring-ws-core:$springWsVersion"){
+ exclude group: 'org.springframework', module: 'spring-webmvc'
+ exclude group: 'org.springframework', module: 'spring-web'
+ exclude group: 'org.springframework', module: 'spring-context-support'
+ }
compile("javax.xml.soap:saaj-api:1.3") {
optional = true
exclude group: 'javax.activation', module: 'activation'
@@ -475,7 +479,10 @@ project('spring-integration-xml') {
compile project(":spring-integration-core")
compile "org.springframework:spring-context:$springVersion"
compile "org.springframework:spring-oxm:$springVersion"
- compile "org.springframework.ws:spring-xml:$springWsVersion"
+ compile ("org.springframework.ws:spring-xml:$springWsVersion") {
+ exclude group: 'org.springframework', module: 'spring-beans'
+ exclude group: 'org.springframework', module: 'spring-core'
+ }
compile("javax.activation:activation:$javaxActivationVersion") { optional = true }
testCompile project(":spring-integration-test")
testCompile "javax.xml:jaxb-api:2.0EA3"
diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml
index 45584dd8c2..8cf14fc2cf 100644
--- a/spring-integration-amqp/pom.xml
+++ b/spring-integration-amqp/pom.xml
@@ -156,6 +156,12 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.easymock
easymockclassextension
@@ -186,12 +192,6 @@
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-event/pom.xml b/spring-integration-event/pom.xml
index 37740e41af..08550702ac 100644
--- a/spring-integration-event/pom.xml
+++ b/spring-integration-event/pom.xml
@@ -100,12 +100,24 @@
+
+ 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
@@ -130,18 +142,6 @@
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 1fa142f8f7..b246994445 100644
--- a/spring-integration-feed/pom.xml
+++ b/spring-integration-feed/pom.xml
@@ -130,12 +130,24 @@
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
@@ -154,24 +166,12 @@
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 8f5f314612..0db05fdb64 100644
--- a/spring-integration-file/pom.xml
+++ b/spring-integration-file/pom.xml
@@ -100,12 +100,24 @@
+
+ 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
@@ -130,18 +142,6 @@
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 954da77daa..5c7173c793 100644
--- a/spring-integration-ftp/pom.xml
+++ b/spring-integration-ftp/pom.xml
@@ -112,6 +112,12 @@
1.2.12
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
commons-net
commons-net
@@ -130,12 +136,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-file
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-test
@@ -161,18 +161,18 @@
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-file
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
junit
junit-dep
diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml
index 810900ed47..7745a62680 100644
--- a/spring-integration-gemfire/pom.xml
+++ b/spring-integration-gemfire/pom.xml
@@ -110,6 +110,12 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.easymock
easymockclassextension
@@ -146,12 +152,6 @@
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 9c3a512515..2ff9b9bc67 100644
--- a/spring-integration-groovy/pom.xml
+++ b/spring-integration-groovy/pom.xml
@@ -106,6 +106,12 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.easymock
easymockclassextension
@@ -136,12 +142,6 @@
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 4cc9a239df..0e7ea628e9 100644
--- a/spring-integration-http/pom.xml
+++ b/spring-integration-http/pom.xml
@@ -124,12 +124,24 @@
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
+
commons-httpclient
commons-httpclient
@@ -161,24 +173,12 @@
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 d668e32b74..62d48f1463 100644
--- a/spring-integration-ip/pom.xml
+++ b/spring-integration-ip/pom.xml
@@ -100,12 +100,24 @@
+
+ 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
@@ -136,18 +148,6 @@
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 1261d32743..9fc8952551 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-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
com.h2database
h2
@@ -152,6 +158,12 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.springframework
spring-aop
@@ -182,24 +194,12 @@
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 21fe60617f..83b0164865 100644
--- a/spring-integration-jms/pom.xml
+++ b/spring-integration-jms/pom.xml
@@ -136,12 +136,24 @@
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
@@ -166,18 +178,6 @@
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 cf33f12f12..4672150566 100644
--- a/spring-integration-jmx/pom.xml
+++ b/spring-integration-jmx/pom.xml
@@ -124,12 +124,24 @@
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
@@ -148,24 +160,12 @@
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 b4cc00c562..9ffcdb7e5d 100644
--- a/spring-integration-mail/pom.xml
+++ b/spring-integration-mail/pom.xml
@@ -112,12 +112,24 @@
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
@@ -149,24 +161,12 @@
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 ce3e25f6da..ebe7df24cf 100644
--- a/spring-integration-mongodb/pom.xml
+++ b/spring-integration-mongodb/pom.xml
@@ -130,12 +130,24 @@
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
@@ -154,24 +166,12 @@
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 8b1772a6ad..041babd6c2 100644
--- a/spring-integration-redis/pom.xml
+++ b/spring-integration-redis/pom.xml
@@ -130,12 +130,24 @@
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
@@ -154,24 +166,12 @@
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 da0a90d2e0..91a589b943 100644
--- a/spring-integration-rmi/pom.xml
+++ b/spring-integration-rmi/pom.xml
@@ -100,6 +100,12 @@
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
org.easymock
easymock
@@ -112,6 +118,12 @@
3.1.0.M2
compile
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.easymock
easymockclassextension
@@ -136,18 +148,6 @@
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 7b7863cb32..0bd1ca9da2 100644
--- a/spring-integration-scripting/pom.xml
+++ b/spring-integration-scripting/pom.xml
@@ -100,12 +100,24 @@
+
+ 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
@@ -124,24 +136,12 @@
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 1fac812805..93092cef91 100644
--- a/spring-integration-security/pom.xml
+++ b/spring-integration-security/pom.xml
@@ -130,6 +130,12 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.springframework
spring-aop
@@ -160,12 +166,6 @@
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 3dca2a1251..a0179d4a33 100644
--- a/spring-integration-sftp/pom.xml
+++ b/spring-integration-sftp/pom.xml
@@ -118,24 +118,30 @@
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
2.3
test
-
- org.springframework.integration
- spring-integration-file
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-test
@@ -161,30 +167,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
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-file
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
junit
junit-dep
diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml
index 5973508d33..c9d9b75b5f 100644
--- a/spring-integration-stream/pom.xml
+++ b/spring-integration-stream/pom.xml
@@ -106,6 +106,12 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.easymock
easymockclassextension
@@ -130,12 +136,6 @@
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 d49dc5fa92..cc02d67600 100644
--- a/spring-integration-test/pom.xml
+++ b/spring-integration-test/pom.xml
@@ -106,6 +106,12 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.easymock
easymockclassextension
@@ -136,12 +142,6 @@
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 78e09887db..a4eda82895 100644
--- a/spring-integration-twitter/pom.xml
+++ b/spring-integration-twitter/pom.xml
@@ -118,12 +118,24 @@
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
@@ -155,24 +167,12 @@
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 4d6e9924d0..609ff92532 100644
--- a/spring-integration-ws/pom.xml
+++ b/spring-integration-ws/pom.xml
@@ -124,6 +124,20 @@
spring-ws-core
2.0.2.RELEASE
compile
+
+
+ spring-web
+ org.springframework
+
+
+ spring-webmvc
+ org.springframework
+
+
+ spring-context-support
+ org.springframework
+
+
cglib
@@ -144,12 +158,24 @@
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
@@ -187,18 +213,6 @@
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 7e3cc57a3f..1f072724bd 100644
--- a/spring-integration-xml/pom.xml
+++ b/spring-integration-xml/pom.xml
@@ -105,6 +105,16 @@
spring-xml
2.0.2.RELEASE
compile
+
+
+ spring-core
+ org.springframework
+
+
+ spring-beans
+ org.springframework
+
+
xmlunit
@@ -142,12 +152,24 @@
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
@@ -160,18 +182,18 @@
3.1.0.M2
compile
-
- stax
- stax-api
- 1.0.1
- test
-
org.springframework
spring-test
3.1.0.M2
test
+
+ stax
+ stax-api
+ 1.0.1
+ test
+
javax.activation
activation
@@ -185,18 +207,6 @@
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 c089750086..9d9eec247a 100644
--- a/spring-integration-xmpp/pom.xml
+++ b/spring-integration-xmpp/pom.xml
@@ -112,12 +112,24 @@
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
@@ -167,18 +179,6 @@
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