diff --git a/build.gradle b/build.gradle
index 16a225ae12..6c49159541 100644
--- a/build.gradle
+++ b/build.gradle
@@ -122,13 +122,13 @@ configure(javaprojects) {
junitVersion = '4.8.2'
log4jVersion = '1.2.12'
mockitoVersion = '1.8.4'
- springVersion = '3.0.5.RELEASE'
+ springVersion = '3.0.6.RELEASE'
springAmqpVersion = '1.0.0.RELEASE'
springDataMongoVersion = '1.0.0.BUILD-SNAPSHOT'
springDataCommonsVersion = '1.2.0.BUILD-SNAPSHOT'
springDataRedisVersion = '1.0.0.M4'
springGemfireVersion = '1.1.0.M2'
- springSecurityVersion = '3.0.5.RELEASE'
+ springSecurityVersion = '3.0.6.RELEASE'
springWsVersion = '2.0.2.RELEASE'
sourceSets {
diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml
index 935fe09028..7415e37e8b 100644
--- a/spring-integration-amqp/pom.xml
+++ b/spring-integration-amqp/pom.xml
@@ -93,15 +93,15 @@
- org.springframework
- spring-context
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
- org.springframework.integration
- spring-integration-stream
- 2.1.0.BUILD-SNAPSHOT
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
test
@@ -149,9 +149,9 @@
test
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
+ org.springframework
+ spring-tx
+ 3.0.6.RELEASE
compile
@@ -166,24 +166,12 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-tx
- 3.0.5.RELEASE
+ spring-context
+ 3.0.6.RELEASE
compile
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
@@ -196,12 +184,24 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
4.8.2
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
UTF8
diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml
index 7925869cb8..d21ce59cc8 100644
--- a/spring-integration-core/pom.xml
+++ b/spring-integration-core/pom.xml
@@ -71,47 +71,39 @@
- http://download.java.net/maven/2
- http://download.java.net/maven/2
+ SpringSource External Bundle Repository
+ http://repository.springsource.com/maven/bundles/external/
- http://maven.springframework.org/milestone
- http://maven.springframework.org/milestone
+ SpringSource Milestone Repository
+ http://maven.springframework.org/milestone/
- http://maven.springframework.org/release
- http://maven.springframework.org/release
+ SpringSource Release Bundle Repository
+ http://repository.springsource.com/maven/bundles/release/
- http://maven.springframework.org/snapshot
- http://maven.springframework.org/snapshot
+ SpringSource Release Repository
+ http://maven.springframework.org/release/
- http://repository.springsource.com/maven/bundles/external
- http://repository.springsource.com/maven/bundles/external
-
-
- http://repository.springsource.com/maven/bundles/milestone
- http://repository.springsource.com/maven/bundles/milestone
-
-
- http://repository.springsource.com/maven/bundles/release
- http://repository.springsource.com/maven/bundles/release
+ SpringSource Snapshot Repository
+ http://maven.springframework.org/snapshot/
-
- org.springframework
- spring-context
- 3.0.5.RELEASE
- compile
-
org.aspectj
aspectjweaver
1.6.8
test
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -124,6 +116,13 @@
1.2.12
test
+
+ org.springframework
+ spring-tx
+ 3.0.6.RELEASE
+ compile
+ true
+
org.easymock
easymock
@@ -133,7 +132,7 @@
org.springframework
spring-aop
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -144,10 +143,9 @@
org.springframework
- spring-tx
- 3.0.5.RELEASE
+ spring-context
+ 3.0.6.RELEASE
compile
- true
org.codehaus.jackson
@@ -156,12 +154,6 @@
compile
true
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml
index 483cf7fe6b..a4213eee44 100644
--- a/spring-integration-event/pom.xml
+++ b/spring-integration-event/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -112,14 +106,14 @@
org.springframework.integration
- spring-integration-test
+ spring-integration-core
2.1.0.BUILD-SNAPSHOT
- test
+ compile
org.springframework
spring-context
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -131,7 +125,7 @@
org.springframework
spring-test
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
@@ -140,6 +134,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
log4j
log4j
diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml
index e7bd980cc2..416bb6ba61 100644
--- a/spring-integration-feed/pom.xml
+++ b/spring-integration-feed/pom.xml
@@ -93,9 +93,9 @@
- org.springframework
- spring-context
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
@@ -110,6 +110,12 @@
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -122,12 +128,6 @@
1.2.12
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -140,17 +140,11 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-test
- 3.0.5.RELEASE
- test
+ spring-context
+ 3.0.6.RELEASE
+ compile
org.hamcrest
@@ -164,6 +158,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
net.java.dev.rome
rome
diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml
index 1aedbe0ae2..425b9951eb 100644
--- a/spring-integration-file/pom.xml
+++ b/spring-integration-file/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -112,14 +106,14 @@
org.springframework.integration
- spring-integration-test
+ spring-integration-core
2.1.0.BUILD-SNAPSHOT
- test
+ compile
org.springframework
spring-context
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -131,7 +125,7 @@
org.springframework
spring-test
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
@@ -140,6 +134,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
log4j
log4j
diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml
index 063d7af88c..b0cd16abd0 100644
--- a/spring-integration-ftp/pom.xml
+++ b/spring-integration-ftp/pom.xml
@@ -93,11 +93,17 @@
- org.springframework.integration
- spring-integration-file
- 2.1.0.BUILD-SNAPSHOT
+ org.springframework
+ spring-context-support
+ 3.0.6.RELEASE
compile
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -130,9 +136,9 @@
org.springframework.integration
- spring-integration-test
+ spring-integration-file
2.1.0.BUILD-SNAPSHOT
- test
+ compile
javax.activation
@@ -141,12 +147,6 @@
compile
true
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
@@ -160,10 +160,10 @@
test
- org.springframework
- spring-context-support
- 3.0.5.RELEASE
- compile
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
junit
diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml
index 3cd799056a..407b4d2ffb 100644
--- a/spring-integration-gemfire/pom.xml
+++ b/spring-integration-gemfire/pom.xml
@@ -96,30 +96,24 @@
-
- org.springframework.integration
- spring-integration-stream
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework.data.gemfire
spring-gemfire
1.1.0.M2
compile
-
- org.springframework
- spring-context
- 3.0.5.RELEASE
- compile
-
org.springframework.integration
spring-integration-core
2.1.0.BUILD-SNAPSHOT
compile
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -144,17 +138,11 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-test
- 3.0.5.RELEASE
- test
+ spring-context
+ 3.0.6.RELEASE
+ compile
org.hamcrest
@@ -168,6 +156,18 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml
index cca1fbfb06..1279f0f0eb 100644
--- a/spring-integration-groovy/pom.xml
+++ b/spring-integration-groovy/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -110,6 +104,18 @@
2.3
test
+
+ org.springframework
+ spring-context-support
+ 3.0.6.RELEASE
+ compile
+
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.hamcrest
hamcrest-all
@@ -119,7 +125,7 @@
org.springframework
spring-test
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
@@ -134,12 +140,6 @@
1.8.4
test
-
- org.springframework
- spring-context-support
- 3.0.5.RELEASE
- compile
-
log4j
log4j
diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml
index a71fe40ca3..7a054a8191 100644
--- a/spring-integration-http/pom.xml
+++ b/spring-integration-http/pom.xml
@@ -93,11 +93,17 @@
- org.springframework
- spring-webmvc
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
javax.servlet
servlet-api
@@ -116,12 +122,6 @@
1.2.12
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -147,17 +147,11 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-test
- 3.0.5.RELEASE
- test
+ spring-webmvc
+ 3.0.6.RELEASE
+ compile
org.hamcrest
@@ -171,6 +165,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
diff --git a/spring-integration-http/src/test/java/org/springframework/integration/http/support/DefaultHttpHeaderMapperFromMessageInboundTests.java b/spring-integration-http/src/test/java/org/springframework/integration/http/support/DefaultHttpHeaderMapperFromMessageInboundTests.java
index fd514a0099..ed6a46d4e5 100644
--- a/spring-integration-http/src/test/java/org/springframework/integration/http/support/DefaultHttpHeaderMapperFromMessageInboundTests.java
+++ b/spring-integration-http/src/test/java/org/springframework/integration/http/support/DefaultHttpHeaderMapperFromMessageInboundTests.java
@@ -178,7 +178,7 @@ public class DefaultHttpHeaderMapperFromMessageInboundTests {
HttpHeaders headers = new HttpHeaders();
mapper.fromHeaders(new MessageHeaders(messageHeaders), headers);
- assertEquals("1234", headers.getETag());
+ assertEquals("\"1234\"", headers.getETag());
}
// Expires tests
diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml
index 31ecc52eb3..96804a7694 100644
--- a/spring-integration-ip/pom.xml
+++ b/spring-integration-ip/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -112,14 +106,14 @@
org.springframework.integration
- spring-integration-test
+ spring-integration-core
2.1.0.BUILD-SNAPSHOT
- test
+ compile
org.springframework
spring-context
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -131,7 +125,7 @@
org.springframework
spring-test
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
@@ -142,9 +136,9 @@
org.springframework.integration
- spring-integration-stream
+ spring-integration-test
2.1.0.BUILD-SNAPSHOT
- runtime
+ test
log4j
@@ -164,6 +158,12 @@
4.8.2
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.BUILD-SNAPSHOT
+ runtime
+
UTF8
diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml
index 791d7da180..5e5aec4e7f 100644
--- a/spring-integration-jdbc/pom.xml
+++ b/spring-integration-jdbc/pom.xml
@@ -97,15 +97,9 @@
- org.springframework
- spring-jdbc
- 3.0.5.RELEASE
- compile
-
-
- org.springframework
- spring-context
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
@@ -121,9 +115,9 @@
test
- cglib
- cglib-nodep
- 2.2
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
test
@@ -133,9 +127,15 @@
test
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
+ cglib
+ cglib-nodep
+ 2.2
+ test
+
+
+ org.springframework
+ spring-tx
+ 3.0.6.RELEASE
compile
@@ -153,7 +153,13 @@
org.springframework
spring-aop
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
+ compile
+
+
+ org.springframework
+ spring-jdbc
+ 3.0.6.RELEASE
compile
@@ -162,16 +168,10 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-tx
- 3.0.5.RELEASE
+ spring-context
+ 3.0.6.RELEASE
compile
@@ -180,12 +180,6 @@
1.1
test
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
hsqldb
hsqldb
@@ -198,6 +192,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
org.aspectj
aspectjrt
diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml
index 49c34ddaee..873e983fc3 100644
--- a/spring-integration-jms/pom.xml
+++ b/spring-integration-jms/pom.xml
@@ -99,22 +99,22 @@
test
- org.springframework
- spring-jms
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
org.springframework
spring-oxm
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
org.springframework
- spring-context
- 3.0.5.RELEASE
- compile
+ spring-test
+ 3.0.6.RELEASE
+ test
org.apache.geronimo.specs
@@ -135,9 +135,15 @@
test
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
+ org.springframework
+ spring-jms
+ 3.0.6.RELEASE
+ compile
+
+
+ org.springframework
+ spring-tx
+ 3.0.6.RELEASE
compile
@@ -152,16 +158,10 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-tx
- 3.0.5.RELEASE
+ spring-context
+ 3.0.6.RELEASE
compile
@@ -170,18 +170,18 @@
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-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml
index ca494b9031..1024962dcb 100644
--- a/spring-integration-jmx/pom.xml
+++ b/spring-integration-jmx/pom.xml
@@ -93,9 +93,9 @@
- org.springframework
- spring-context
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
@@ -104,6 +104,12 @@
1.6.8
compile
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -116,12 +122,6 @@
1.2.12
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -134,17 +134,11 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-test
- 3.0.5.RELEASE
- test
+ spring-context
+ 3.0.6.RELEASE
+ compile
org.hamcrest
@@ -158,6 +152,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
org.aspectj
aspectjrt
diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml
index 46af8e2fd4..b675a3f547 100644
--- a/spring-integration-mail/pom.xml
+++ b/spring-integration-mail/pom.xml
@@ -92,6 +92,24 @@
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
+
+ org.springframework
+ spring-context-support
+ 3.0.6.RELEASE
+ compile
+
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -104,12 +122,6 @@
1.2.12
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -122,12 +134,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
javax.activation
activation
@@ -135,12 +141,6 @@
compile
true
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
@@ -154,10 +154,10 @@
test
- org.springframework
- spring-context-support
- 3.0.5.RELEASE
- compile
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
javax.mail
diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml
index 8f6bdadb03..203012a238 100644
--- a/spring-integration-mongodb/pom.xml
+++ b/spring-integration-mongodb/pom.xml
@@ -99,9 +99,9 @@
compile
- org.springframework
- spring-context
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
@@ -110,6 +110,12 @@
1.0.0.BUILD-SNAPSHOT
compile
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -122,12 +128,6 @@
1.2.12
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -140,17 +140,11 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.springframework
- spring-test
- 3.0.5.RELEASE
- test
+ spring-context
+ 3.0.6.RELEASE
+ compile
org.hamcrest
@@ -164,6 +158,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml
index fe0003c837..4786eedc21 100644
--- a/spring-integration-redis/pom.xml
+++ b/spring-integration-redis/pom.xml
@@ -92,6 +92,22 @@
+
+ org.springframework.data
+ spring-data-redis
+ 1.0.0.M4
+ compile
+
+
+ spring-tx
+ org.springframework
+
+
+ spring-beans
+ org.springframework
+
+
+
org.springframework.data
spring-data-commons-core
@@ -109,33 +125,23 @@
- org.springframework
- spring-context
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
-
- org.springframework.data
- spring-data-redis
- 1.0.0.BUILD-SNAPSHOT
- compile
-
-
- spring-tx
- org.springframework
-
-
- spring-beans
- org.springframework
-
-
-
org.springframework
spring-dao
2.0.3
compile
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
log4j
log4j
@@ -154,12 +160,6 @@
2.2
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -173,10 +173,10 @@
test
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
+ org.springframework
+ spring-context
+ 3.0.6.RELEASE
+ compile
org.codehaus.jackson
@@ -190,18 +190,18 @@
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-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml
index 6a70a76472..b70372428c 100644
--- a/spring-integration-rmi/pom.xml
+++ b/spring-integration-rmi/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -107,7 +101,7 @@
org.springframework
spring-aop
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -118,14 +112,14 @@
org.springframework.integration
- spring-integration-test
+ spring-integration-core
2.1.0.BUILD-SNAPSHOT
- test
+ compile
org.springframework
spring-context
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -137,7 +131,7 @@
org.springframework
spring-test
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
@@ -146,6 +140,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
log4j
log4j
diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml
index f8fdb3fb37..d5260daf2c 100644
--- a/spring-integration-scripting/pom.xml
+++ b/spring-integration-scripting/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -112,9 +106,9 @@
org.springframework.integration
- spring-integration-test
+ spring-integration-core
2.1.0.BUILD-SNAPSHOT
- test
+ compile
org.hamcrest
@@ -125,7 +119,7 @@
org.springframework
spring-test
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
@@ -140,6 +134,12 @@
1.7.5
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
log4j
log4j
diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml
index 32a838a726..b4f289e38f 100644
--- a/spring-integration-security/pom.xml
+++ b/spring-integration-security/pom.xml
@@ -95,7 +95,7 @@
org.springframework.security
spring-security-core
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -104,6 +104,18 @@
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -117,9 +129,9 @@
test
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
+ org.springframework
+ spring-tx
+ 3.0.6.RELEASE
compile
@@ -128,10 +140,22 @@
2.3
test
+
+ org.springframework.security
+ spring-security-config
+ 3.0.6.RELEASE
+ compile
+
+
+ spring-support
+ org.springframework
+
+
+
org.springframework
spring-aop
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -140,18 +164,6 @@
2.3
test
-
- org.springframework
- spring-tx
- 3.0.5.RELEASE
- compile
-
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
@@ -164,18 +176,6 @@
1.8.4
test
-
- org.springframework.security
- spring-security-config
- 3.0.5.RELEASE
- compile
-
-
- spring-support
- org.springframework
-
-
-
junit
junit-dep
diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml
index ca7f90c046..b8b4dc5a91 100644
--- a/spring-integration-sftp/pom.xml
+++ b/spring-integration-sftp/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-file
- 2.1.0.BUILD-SNAPSHOT
- compile
-
com.jcraft
jsch
@@ -106,10 +100,22 @@
org.springframework.integration
- spring-integration-stream
+ spring-integration-core
2.1.0.BUILD-SNAPSHOT
compile
+
+ org.springframework
+ spring-context-support
+ 3.0.6.RELEASE
+ compile
+
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
log4j
log4j
@@ -122,12 +128,6 @@
2.2
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -142,9 +142,9 @@
org.springframework.integration
- spring-integration-test
+ spring-integration-file
2.1.0.BUILD-SNAPSHOT
- test
+ compile
javax.activation
@@ -153,12 +153,6 @@
compile
true
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
@@ -172,10 +166,10 @@
test
- org.springframework
- spring-context-support
- 3.0.5.RELEASE
- compile
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
junit
@@ -183,6 +177,12 @@
4.8.2
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
UTF8
diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml
index 262cd3be1c..637e5067d5 100644
--- a/spring-integration-stream/pom.xml
+++ b/spring-integration-stream/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -110,10 +104,16 @@
2.3
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
org.springframework
spring-context
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -125,7 +125,7 @@
org.springframework
spring-test
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
test
diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml
index 66b2910fcf..9163ae41a7 100644
--- a/spring-integration-test/pom.xml
+++ b/spring-integration-test/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -111,15 +105,15 @@
test
- org.springframework
- spring-context
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
org.springframework
- spring-test
- 3.0.5.RELEASE
+ spring-context
+ 3.0.6.RELEASE
compile
@@ -128,6 +122,12 @@
1.1
test
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ compile
+
org.mockito
mockito-all
diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml
index b214fcd810..b63b3f7f72 100644
--- a/spring-integration-twitter/pom.xml
+++ b/spring-integration-twitter/pom.xml
@@ -92,12 +92,30 @@
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
+
+ org.springframework
+ spring-context-support
+ 3.0.6.RELEASE
+ compile
+
org.twitter4j
twitter4j-core
2.1.12
compile
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
cglib
cglib-nodep
@@ -110,12 +128,6 @@
1.2.12
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -128,12 +140,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
javax.activation
activation
@@ -141,12 +147,6 @@
compile
true
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
@@ -160,10 +160,10 @@
test
- org.springframework
- spring-context-support
- 3.0.5.RELEASE
- compile
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
junit
diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml
index 6603dc240e..1fa391a3be 100644
--- a/spring-integration-ws/pom.xml
+++ b/spring-integration-ws/pom.xml
@@ -92,12 +92,6 @@
-
- org.springframework
- spring-expression
- 3.0.5.RELEASE
- compile
-
com.sun.xml.messaging.saaj
saaj-impl
@@ -105,10 +99,22 @@
compile
true
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
+ compile
+
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
org.springframework
spring-oxm
- 3.0.5.RELEASE
+ 3.0.6.RELEASE
compile
@@ -157,9 +163,9 @@
true
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
+ org.springframework
+ spring-expression
+ 3.0.6.RELEASE
compile
@@ -180,12 +186,6 @@
1.0.1
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
javax.activation
activation
@@ -199,18 +199,18 @@
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-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml
index cb7f9cc090..3d030ce9a2 100644
--- a/spring-integration-xml/pom.xml
+++ b/spring-integration-xml/pom.xml
@@ -93,15 +93,9 @@
- org.springframework
- spring-context
- 3.0.5.RELEASE
- compile
-
-
- org.springframework
- spring-oxm
- 3.0.5.RELEASE
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.BUILD-SNAPSHOT
compile
@@ -126,6 +120,18 @@
1.2
test
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
+
+ org.springframework
+ spring-oxm
+ 3.0.6.RELEASE
+ compile
+
javax.xml
jaxb-impl
@@ -150,12 +156,6 @@
2.0EA3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -182,10 +182,10 @@
true
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
+ org.springframework
+ spring-context
+ 3.0.6.RELEASE
+ compile
org.hamcrest
@@ -193,18 +193,18 @@
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-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
junit
junit-dep
diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml
index 446bf42196..8988171af7 100644
--- a/spring-integration-xmpp/pom.xml
+++ b/spring-integration-xmpp/pom.xml
@@ -94,8 +94,20 @@
org.springframework.integration
- spring-integration-stream
+ spring-integration-core
2.1.0.BUILD-SNAPSHOT
+ compile
+
+
+ org.springframework
+ spring-context-support
+ 3.0.6.RELEASE
+ compile
+
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
test
@@ -110,12 +122,6 @@
1.2.12
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.easymock
easymock
@@ -128,12 +134,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
javax.activation
activation
@@ -153,12 +153,6 @@
3.1.0
compile
-
- org.springframework
- spring-test
- 3.0.5.RELEASE
- test
-
org.hamcrest
hamcrest-all
@@ -172,10 +166,10 @@
test
- org.springframework
- spring-context-support
- 3.0.5.RELEASE
- compile
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.BUILD-SNAPSHOT
+ test
junit
@@ -183,6 +177,12 @@
4.8.2
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.BUILD-SNAPSHOT
+ test
+
UTF8