diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml
index b340b2c6..5268a737 100644
--- a/advanced/advanced-testing-examples/pom.xml
+++ b/advanced/advanced-testing-examples/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
advanced-testing-examples
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Advanced Testing Examples
Advanced Testing Examples
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jms
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -72,10 +66,10 @@
test
- org.springframework.integration
- spring-integration-groovy
- 4.2.2.RELEASE
- compile
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
javax.jms
@@ -84,10 +78,16 @@
compile
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
+ org.springframework.integration
+ spring-integration-jms
+ 4.3.0.M1
+ compile
+
+
+ org.springframework.integration
+ spring-integration-groovy
+ 4.3.0.M1
+ compile
log4j
diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml
index ba1c51a5..050ae584 100644
--- a/advanced/dynamic-ftp/pom.xml
+++ b/advanced/dynamic-ftp/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
dynamic-ftp
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Dynamic FTP Demo
Dynamic FTP Demo
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-ftp
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -74,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-ftp
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/advanced/pom.xml b/advanced/pom.xml
index fb7a2a7d..8a499457 100644
--- a/advanced/pom.xml
+++ b/advanced/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
advanced
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
http://projects.spring.io/spring-integration
SpringIO
diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml
index dcd5d578..489e88ac 100644
--- a/applications/cafe-scripted/pom.xml
+++ b/applications/cafe-scripted/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
cafe-scripted
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Cafe Sample (Scripted Implementation)
Cafe Sample (Scripted Implementation)
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-rmi
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -71,16 +65,34 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.codehaus.groovy
groovy-all
2.3.0
compile
+
+ org.springframework.integration
+ spring-integration-rmi
+ 4.3.0.M1
+ compile
+
+
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
org.springframework.integration
spring-integration-groovy
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
@@ -89,16 +101,10 @@
2.5.3
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
org.springframework.integration
spring-integration-jmx
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
@@ -119,12 +125,6 @@
1.9.5
test
-
- org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
- compile
-
diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml
index 56ba2499..29440e32 100644
--- a/applications/cafe/cafe-amqp/pom.xml
+++ b/applications/cafe/cafe-amqp/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
cafe-amqp
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Cafe - With AMQP Message Broker
Cafe - With AMQP Message Broker
http://projects.spring.io/spring-integration
@@ -65,36 +65,36 @@
1.3
test
-
- org.springframework.integration
- spring-integration-amqp
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration.samples
+ cafe-si
+ 4.3.0.BUILD-SNAPSHOT
+ compile
+
log4j
log4j
1.2.17
compile
-
- org.springframework.integration.samples
- cafe-si
- 4.1.0.BUILD-SNAPSHOT
- compile
-
org.mockito
mockito-core
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-amqp
+ 4.3.0.M1
+ compile
+
diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml
index 25192fcc..b267a7b3 100644
--- a/applications/cafe/cafe-jms/pom.xml
+++ b/applications/cafe/cafe-jms/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
cafe-jms
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Cafe - With JMS Message Broker
Cafe - With JMS Message Broker
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jms
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -71,6 +65,12 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.apache.activemq
activemq-broker
@@ -84,21 +84,21 @@
compile
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
-
- log4j
- log4j
- 1.2.17
+ org.springframework.integration
+ spring-integration-jms
+ 4.3.0.M1
compile
org.springframework.integration.samples
cafe-si
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
+ compile
+
+
+ log4j
+ log4j
+ 1.2.17
compile
diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml
index ffc5b000..f65ced7c 100644
--- a/applications/cafe/cafe-si/pom.xml
+++ b/applications/cafe/cafe-si/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
cafe-si
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Cafe - Pure Spring Integration
Cafe - Pure Spring Integration
http://projects.spring.io/spring-integration
@@ -68,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
log4j
log4j
@@ -89,12 +95,6 @@
1.9.5
test
-
- org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
- compile
-
diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml
index 7239eabd..4a3d5149 100644
--- a/applications/cafe/pom.xml
+++ b/applications/cafe/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
cafe
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
http://projects.spring.io/spring-integration
SpringIO
diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml
index 9706fa8a..a19afb63 100644
--- a/applications/loan-broker/pom.xml
+++ b/applications/loan-broker/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
loan-broker
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Loan Broker Sample
Loan Broker Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-ip
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -74,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-ip
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml
index 08ad68bc..11a722ac 100644
--- a/applications/loanshark/pom.xml
+++ b/applications/loanshark/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.integration.samples
loanshark
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Loan Shark Sample
Loan Shark Sample
http://projects.spring.io/spring-integration
@@ -52,12 +52,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework
- spring-tx
- 4.2.3.RELEASE
- compile
-
javax.transaction
jta
@@ -84,20 +78,20 @@
org.springframework
- spring-jdbc
- 4.2.3.RELEASE
+ spring-aop
+ 4.2.5.RELEASE
compile
org.springframework
- spring-aop
- 4.2.3.RELEASE
+ spring-context
+ 4.2.5.RELEASE
compile
- org.hibernate
- hibernate-entitymanager
- 4.2.11.Final
+ org.springframework
+ spring-webmvc
+ 4.2.5.RELEASE
compile
@@ -112,18 +106,6 @@
1.5.4
compile
-
- org.springframework
- spring-webmvc
- 4.2.3.RELEASE
- compile
-
-
- org.springframework
- spring-context
- 4.2.3.RELEASE
- compile
-
javax.validation
validation-api
@@ -172,36 +154,42 @@
1.7.11
runtime
-
- org.springframework.integration
- spring-integration-ip
- 4.2.2.RELEASE
- compile
-
org.springframework
- spring-aspects
- 4.2.3.RELEASE
- compile
-
-
- org.springframework
- spring-orm
- 4.2.3.RELEASE
+ spring-jdbc
+ 4.2.5.RELEASE
compile
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.hibernate
+ hibernate-entitymanager
+ 4.3.11.Final
+ compile
+
org.aspectj
aspectjtools
1.8.4
compile
+
+ org.springframework
+ spring-orm
+ 4.2.5.RELEASE
+ compile
+
+
+ org.springframework
+ spring-aspects
+ 4.2.5.RELEASE
+ compile
+
org.apache.tiles
tiles-jsp
@@ -220,6 +208,18 @@
2.0
compile
+
+ org.springframework.integration
+ spring-integration-ip
+ 4.3.0.M1
+ compile
+
+
+ org.springframework
+ spring-tx
+ 4.2.5.RELEASE
+ compile
+
net.sf.flexjson
flexjson
diff --git a/applications/pom.xml b/applications/pom.xml
index 90c3e50f..d6864cb3 100644
--- a/applications/pom.xml
+++ b/applications/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
applications
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
http://projects.spring.io/spring-integration
SpringIO
diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml
index 3a85b29b..591e517c 100644
--- a/applications/stomp-chat/pom.xml
+++ b/applications/stomp-chat/pom.xml
@@ -4,11 +4,11 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.0.RELEASE
+ 1.4.0.M1
org.springframework.integration.samples
stomp-chat
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Web Sockets Stomp Chat Sample
Web Sockets Stomp Chat Sample
http://projects.spring.io/spring-integration
@@ -90,14 +90,14 @@
test
- org.springframework.boot
- spring-boot-starter-test
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
test
- org.springframework
- spring-test
- 4.2.3.RELEASE
+ org.springframework.boot
+ spring-boot-starter-test
test
diff --git a/basic/amqp-affinity/pom.xml b/basic/amqp-affinity/pom.xml
new file mode 100644
index 00000000..1755bfc5
--- /dev/null
+++ b/basic/amqp-affinity/pom.xml
@@ -0,0 +1,86 @@
+
+
+ 4.0.0
+ org.springframework.integration.samples
+ amqp-affinity
+ 4.3.0.BUILD-SNAPSHOT
+ http://projects.spring.io/spring-integration
+
+ SpringIO
+ https://spring.io
+
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ garyrussell
+ Gary Russell
+ grussell@pivotal.io
+
+ project lead
+
+
+
+ markfisher
+ Mark Fisher
+ mfisher@pivotal.io
+
+ project founder and lead emeritus
+
+
+
+ ghillert
+ Gunnar Hillert
+ ghillert@pivotal.io
+
+
+ abilan
+ Artem Bilan
+ abilan@pivotal.io
+
+
+
+ scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git
+ scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git
+ https://github.com/spring-projects/spring-integration-samples
+
+
+
+ junit
+ junit
+ 4.11
+ test
+
+
+ org.hamcrest
+ hamcrest-all
+ 1.3
+ test
+
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
+
+ org.mockito
+ mockito-core
+ 1.9.5
+ test
+
+
+
+
+ repo.spring.io.milestone
+ Spring Framework Maven Milestone Repository
+ https://repo.spring.io/libs-milestone
+
+
+
diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml
index 339c3f08..a0daf550 100644
--- a/basic/amqp/pom.xml
+++ b/basic/amqp/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
amqp
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
AMQP Basic Sample
AMQP Basic Sample
http://projects.spring.io/spring-integration
@@ -65,18 +65,18 @@
1.3
test
-
- org.springframework.integration
- spring-integration-amqp
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
log4j
log4j
@@ -91,8 +91,8 @@
org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
+ spring-integration-amqp
+ 4.3.0.M1
compile
diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml
index 38eb25c4..0cab78b5 100644
--- a/basic/barrier/pom.xml
+++ b/basic/barrier/pom.xml
@@ -4,11 +4,11 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.0.RELEASE
+ 1.4.0.M1
org.springframework.integration.samples
barrier
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Barrier Sample
Barrier Sample
http://projects.spring.io/spring-integration
@@ -57,6 +57,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -69,6 +75,12 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.springframework.boot
spring-boot-starter-test
@@ -84,41 +96,29 @@
spring-boot-starter-amqp
compile
+
+ org.springframework.integration
+ spring-integration-http
+ 4.3.0.M1
+ compile
+
org.springframework.boot
spring-boot-starter-web
compile
-
- org.springframework.integration
- spring-integration-amqp
- 4.2.2.RELEASE
- compile
-
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
-
- org.springframework.integration
- spring-integration-http
- 4.2.2.RELEASE
- compile
-
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
org.mockito
mockito-core
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-amqp
+ 4.3.0.M1
+ compile
+
diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml
index 050fa0e7..87565970 100644
--- a/basic/control-bus/pom.xml
+++ b/basic/control-bus/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
control-bus
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Control Bus Basic Sample
Control Bus Basic Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -65,16 +71,10 @@
1.3
test
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml
index 2cb8fac6..d7a00c4a 100644
--- a/basic/enricher/pom.xml
+++ b/basic/enricher/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
enricher
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Enricher Basic Sample
Enricher Basic Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
com.h2database
h2
@@ -71,16 +77,10 @@
1.3
test
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml
index 35b6738b..938cdced 100644
--- a/basic/feed/pom.xml
+++ b/basic/feed/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
feed
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Feed (RSS/ATOM) Basic Sample
Feed (RSS/ATOM) Basic Sample
http://projects.spring.io/spring-integration
@@ -68,15 +68,9 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
-
- org.springframework.integration
- spring-integration-feed
- 4.2.2.RELEASE
- compile
-
log4j
log4j
@@ -89,6 +83,12 @@
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-feed
+ 4.3.0.M1
+ compile
+
diff --git a/basic/file/pom.xml b/basic/file/pom.xml
index 6f0028fd..d6f3ee69 100644
--- a/basic/file/pom.xml
+++ b/basic/file/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
file
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
File Copy Basic Sample
File Copy Basic Sample
http://projects.spring.io/spring-integration
@@ -59,12 +59,6 @@
4.11
test
-
- org.springframework.integration
- spring-integration-file
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
@@ -74,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-file
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml
index 25f071f8..5ea5026c 100644
--- a/basic/ftp/pom.xml
+++ b/basic/ftp/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
ftp
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
FTP Basic Sample
FTP Basic Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-ftp
- 4.2.2.RELEASE
- compile
-
org.slf4j
slf4j-api
@@ -77,35 +71,35 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
commons-io
commons-io
2.4
compile
+
+ org.springframework.integration
+ spring-integration-ftp
+ 4.3.0.M1
+ compile
+
org.apache.ftpserver
ftpserver-core
1.0.6
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
-
- org.springframework.integration
- spring-integration-test
- 4.2.2.RELEASE
- test
-
log4j
log4j
1.2.17
- runtime
+ test
org.slf4j
@@ -119,6 +113,12 @@
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-test
+ 4.3.0.M1
+ test
+
diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml
index 785d7585..1c3be0cd 100644
--- a/basic/helloworld/pom.xml
+++ b/basic/helloworld/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
helloworld
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Hello World Sample
Hello World Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -65,16 +71,10 @@
1.3
test
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
diff --git a/basic/http-boot/pom.xml b/basic/http-boot/pom.xml
new file mode 100644
index 00000000..31ebcce7
--- /dev/null
+++ b/basic/http-boot/pom.xml
@@ -0,0 +1,86 @@
+
+
+ 4.0.0
+ org.springframework.integration.samples
+ http-boot
+ 4.3.0.BUILD-SNAPSHOT
+ http://projects.spring.io/spring-integration
+
+ SpringIO
+ https://spring.io
+
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ garyrussell
+ Gary Russell
+ grussell@pivotal.io
+
+ project lead
+
+
+
+ markfisher
+ Mark Fisher
+ mfisher@pivotal.io
+
+ project founder and lead emeritus
+
+
+
+ ghillert
+ Gunnar Hillert
+ ghillert@pivotal.io
+
+
+ abilan
+ Artem Bilan
+ abilan@pivotal.io
+
+
+
+ scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git
+ scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git
+ https://github.com/spring-projects/spring-integration-samples
+
+
+
+ junit
+ junit
+ 4.11
+ test
+
+
+ org.hamcrest
+ hamcrest-all
+ 1.3
+ test
+
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
+
+ org.mockito
+ mockito-core
+ 1.9.5
+ test
+
+
+
+
+ repo.spring.io.milestone
+ Spring Framework Maven Milestone Repository
+ https://repo.spring.io/libs-milestone
+
+
+
diff --git a/basic/http/pom.xml b/basic/http/pom.xml
index 93a4dc5f..4b4e791b 100644
--- a/basic/http/pom.xml
+++ b/basic/http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.integration.samples
http
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
HTTP Sample
HTTP Sample
http://projects.spring.io/spring-integration
@@ -52,6 +52,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework
+ spring-webmvc
+ 4.2.5.RELEASE
+ compile
+
javax.mail
javax.mail-api
@@ -71,35 +77,29 @@
test
- commons-io
- commons-io
- 2.4
- compile
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
- org.springframework
- spring-webmvc
- 4.2.3.RELEASE
+ org.springframework.integration
+ spring-integration-http
+ 4.3.0.M1
compile
org.springframework.integration
spring-integration-mail
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
- org.springframework.integration
- spring-integration-http
- 4.2.2.RELEASE
+ commons-io
+ commons-io
+ 2.4
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
log4j
log4j
diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml
index 625ffe9c..9ebe37d9 100644
--- a/basic/jdbc/pom.xml
+++ b/basic/jdbc/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
jdbc
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
JDBC Basic Sample
JDBC Basic Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jdbc
- 4.2.2.RELEASE
- compile
-
com.h2database
h2
@@ -80,9 +74,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml
index 77fbbb4d..eed847a9 100644
--- a/basic/jms/pom.xml
+++ b/basic/jms/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
jms
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
JMS Basic Sample
JMS Basic Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jms
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -71,6 +65,18 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
+
+ org.springframework.integration
+ spring-integration-jms
+ 4.3.0.M1
+ compile
+
org.apache.activemq
activemq-broker
@@ -83,17 +89,11 @@
5.12.1
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
org.springframework.integration
- spring-integration-test
- 4.2.2.RELEASE
- test
+ spring-integration-stream
+ 4.3.0.M1
+ compile
log4j
@@ -109,9 +109,9 @@
org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
- compile
+ spring-integration-test
+ 4.3.0.M1
+ test
diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml
index e24e4248..c44e9f9b 100644
--- a/basic/jmx/pom.xml
+++ b/basic/jmx/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
jmx
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
JMX Basic Sample
JMX Basic Sample
http://projects.spring.io/spring-integration
@@ -68,13 +68,19 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
org.springframework.integration
spring-integration-jmx
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
@@ -89,12 +95,6 @@
1.9.5
test
-
- org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
- compile
-
diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml
index 6e0047b2..c273dbe1 100644
--- a/basic/jpa/pom.xml
+++ b/basic/jpa/pom.xml
@@ -1,10 +1,14 @@
-
+
4.0.0
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.4.0.M1
+
org.springframework.integration.samples
jpa
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
JPA Basic Sample
JPA Basic Sample
http://projects.spring.io/spring-integration
@@ -54,22 +58,28 @@
- org.hibernate
- hibernate-entitymanager
- 4.2.11.Final
- compile
+ org.apache.openjpa
+ openjpa
+ 2.4.0
+ runtime
+
+
+ commons-logging
+ commons-logging
+
+
com.h2database
h2
1.3.175
compile
-
-
- commons-lang
- commons-lang
- 2.6
- compile
+
+
+ commons-logging
+ commons-logging
+
+
junit
@@ -77,6 +87,60 @@
4.11
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
+
+ org.hibernate
+ hibernate-entitymanager
+ 4.3.11.Final
+ runtime
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework.integration
+ spring-integration-jpa
+ 4.3.0.M1
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.hibernate.javax.persistence
+ hibernate-jpa-2.1-api
+ 1.0.0.Final
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-instrument
+ 4.2.5.RELEASE
+ runtime
+
+
+ commons-logging
+ commons-logging
+
+
+
org.hamcrest
hamcrest-all
@@ -84,40 +148,32 @@
test
- org.apache.openjpa
- openjpa
- 2.3.0
- runtime
-
-
- org.springframework.integration
- spring-integration-jpa
- 4.2.2.RELEASE
- compile
-
-
- org.eclipse.persistence
- javax.persistence
- 2.0.0
- compile
-
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
+ org.springframework.boot
+ spring-boot-starter-test
test
- log4j
- log4j
- 1.2.17
- compile
+ org.eclipse.persistence
+ org.eclipse.persistence.jpa
+ 2.4.2
+ runtime
+
+
+ commons-logging
+ commons-logging
+
+
- org.springframework
- spring-instrument
- 4.2.3.RELEASE
- runtime
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
org.mockito
@@ -133,4 +189,12 @@
https://repo.spring.io/libs-milestone
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml
index 00d2457b..a7368528 100644
--- a/basic/kafka/pom.xml
+++ b/basic/kafka/pom.xml
@@ -4,11 +4,11 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.0.RELEASE
+ 1.4.0.M1
org.springframework.integration.samples
kafka
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Apache Kafka Sample
Apache Kafka Sample
http://projects.spring.io/spring-integration
@@ -57,6 +57,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -69,6 +75,12 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.springframework.boot
spring-boot-starter-test
@@ -81,20 +93,14 @@
org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
+ spring-integration-kafka
+ 2.0.0.M1
compile
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
-
- org.springframework.integration
- spring-integration-kafka
- 1.3.0.RELEASE
+ org.springframework.kafka
+ spring-kafka-test
+ 1.0.0.M2
compile
diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml
index 5fca18c4..ff0f2dae 100644
--- a/basic/mail/pom.xml
+++ b/basic/mail/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
mail
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Mail (IMAP + POP3) Sample
Mail (IMAP + POP3) Sample
http://projects.spring.io/spring-integration
@@ -79,22 +79,16 @@
org.springframework
- spring-context
- 4.2.3.RELEASE
- compile
+ spring-test
+ 4.2.5.RELEASE
+ test
org.springframework.integration
spring-integration-mail
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
log4j
log4j
@@ -107,6 +101,12 @@
1.9.5
test
+
+ org.springframework
+ spring-context
+ 4.2.5.RELEASE
+ compile
+
diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml
index 843af25b..8f4a8ec4 100644
--- a/basic/mongodb/pom.xml
+++ b/basic/mongodb/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
mongodb
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
MongoDb Basic Sample
MongoDb Basic Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-mongodb
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -74,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-mongodb
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml
index f44a979d..3b9451dc 100644
--- a/basic/mqtt/pom.xml
+++ b/basic/mqtt/pom.xml
@@ -69,6 +69,12 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.springframework.boot
spring-boot-starter-integration
@@ -86,12 +92,6 @@
4.3.0.M1
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
org.springframework.integration
spring-integration-mqtt
diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml
index 77815b21..789a3f30 100644
--- a/basic/oddeven/pom.xml
+++ b/basic/oddeven/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
oddeven
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Odd-Even Sample
Odd-Even Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -65,16 +71,10 @@
1.3
test
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
diff --git a/basic/pom.xml b/basic/pom.xml
index e4d0087e..f40c7702 100644
--- a/basic/pom.xml
+++ b/basic/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
basic
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
http://projects.spring.io/spring-integration
SpringIO
diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml
index 9c6588db..7ff9bd23 100644
--- a/basic/quote/pom.xml
+++ b/basic/quote/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
quote
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Quote Sample
Quote Sample
http://projects.spring.io/spring-integration
@@ -68,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
log4j
log4j
@@ -83,12 +89,6 @@
1.9.5
test
-
- org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
- compile
-
diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml
index b2b519f4..2846fe62 100644
--- a/basic/sftp/pom.xml
+++ b/basic/sftp/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
sftp
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
SFTP Basic Sample
SFTP Basic Sample
http://projects.spring.io/spring-integration
@@ -65,10 +65,16 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.springframework.integration
spring-integration-sftp
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
@@ -77,12 +83,6 @@
0.13.0
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
log4j
log4j
diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml
index 56ffcf25..117d8944 100644
--- a/basic/splunk/pom.xml
+++ b/basic/splunk/pom.xml
@@ -4,11 +4,11 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.0.RELEASE
+ 1.4.0.M1
org.springframework.integration.samples
splunk
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Splunk Sample
Splunk Sample
http://projects.spring.io/spring-integration
@@ -57,6 +57,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -69,6 +75,12 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.springframework.boot
spring-boot-starter-test
@@ -79,18 +91,6 @@
spring-boot-starter-integration
compile
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
org.mockito
mockito-core
diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml
index 6fe5363b..c369e65e 100644
--- a/basic/tcp-amqp/pom.xml
+++ b/basic/tcp-amqp/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
tcp-amqp
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
TCP-AMQP Basic Sample
TCP-AMQP Basic Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-ip
- 4.2.2.RELEASE
- compile
-
org.slf4j
slf4j-api
@@ -77,18 +71,18 @@
1.3
test
-
- org.springframework.integration
- spring-integration-amqp
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-ip
+ 4.3.0.M1
+ compile
+
log4j
log4j
@@ -107,6 +101,12 @@
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-amqp
+ 4.3.0.M1
+ compile
+
diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml
index 0bf7fad2..ba613a5c 100644
--- a/basic/tcp-client-server/pom.xml
+++ b/basic/tcp-client-server/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
tcp-client-server
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
TCP Client Server Sample
TCP Client Server Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-ip
- 4.2.2.RELEASE
- compile
-
commons-lang
commons-lang
@@ -77,24 +71,30 @@
1.3
test
-
- org.springframework.integration
- spring-integration-test
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-ip
+ 4.3.0.M1
+ compile
+
log4j
log4j
1.2.17
compile
+
+ org.springframework.integration
+ spring-integration-test
+ 4.3.0.M1
+ compile
+
org.mockito
mockito-core
diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml
index 242ca54b..c444d909 100644
--- a/basic/testing-examples/pom.xml
+++ b/basic/testing-examples/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
testing-examples
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Testing Examples
Testing Examples
http://projects.spring.io/spring-integration
@@ -53,18 +53,24 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework
+ spring-webmvc
+ 4.2.5.RELEASE
+ compile
+
+
+ org.springframework.integration
+ spring-integration-ws
+ 4.3.0.M1
+ compile
+
junit
junit
4.11
test
-
- org.springframework.integration
- spring-integration-file
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
@@ -73,27 +79,21 @@
org.springframework
- spring-webmvc
- 4.2.3.RELEASE
- compile
+ spring-test
+ 4.2.5.RELEASE
+ test
org.springframework.integration
spring-integration-http
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
org.springframework.integration
- spring-integration-test
- 4.2.2.RELEASE
- test
+ spring-integration-file
+ 4.3.0.M1
+ compile
log4j
@@ -101,18 +101,18 @@
1.2.17
compile
-
- org.springframework.integration
- spring-integration-ws
- 4.2.2.RELEASE
- compile
-
org.mockito
mockito-core
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-test
+ 4.3.0.M1
+ test
+
diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml
index c5850a85..dbf38e00 100644
--- a/basic/twitter/pom.xml
+++ b/basic/twitter/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
twitter
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Twitter Basic Sample
Twitter Basic Sample
http://projects.spring.io/spring-integration
@@ -68,13 +68,13 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
org.springframework.integration
spring-integration-twitter
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml
index 054d5f16..fc7de02c 100644
--- a/basic/web-sockets/pom.xml
+++ b/basic/web-sockets/pom.xml
@@ -4,11 +4,11 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.0.RELEASE
+ 1.4.0.M1
org.springframework.integration.samples
web-sockets
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Web Sockets Basic Sample
Web Sockets Basic Sample
http://projects.spring.io/spring-integration
@@ -80,14 +80,14 @@
test
- org.springframework.boot
- spring-boot-starter-test
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
test
- org.springframework
- spring-test
- 4.2.3.RELEASE
+ org.springframework.boot
+ spring-boot-starter-test
test
diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml
index c3de1565..41dc8014 100644
--- a/basic/ws-inbound-gateway/pom.xml
+++ b/basic/ws-inbound-gateway/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.integration.samples
ws-inbound-gateway
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
WS Inbound Gateway Sample
WS Inbound Gateway Sample
http://projects.spring.io/spring-integration
@@ -52,34 +52,34 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework
+ spring-webmvc
+ 4.2.5.RELEASE
+ compile
+
+
+ org.springframework.integration
+ spring-integration-ws
+ 4.3.0.M1
+ compile
+
junit
junit
4.11
test
-
- org.springframework.integration
- spring-integration-xml
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
1.3
test
-
- org.springframework
- spring-webmvc
- 4.2.3.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
@@ -90,8 +90,8 @@
org.springframework.integration
- spring-integration-ws
- 4.2.2.RELEASE
+ spring-integration-xml
+ 4.3.0.M1
compile
diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml
index b50eefa5..cb8fe379 100644
--- a/basic/ws-outbound-gateway/pom.xml
+++ b/basic/ws-outbound-gateway/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
ws-outbound-gateway
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
WS Outbound Gateway Sample
WS Outbound Gateway Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-ws
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -68,33 +74,27 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
log4j
log4j
1.2.17
compile
-
- org.springframework.integration
- spring-integration-ws
- 4.2.2.RELEASE
- compile
-
org.mockito
mockito-core
1.9.5
test
-
- org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
- compile
-
diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml
index 236784f7..0c0320d8 100644
--- a/basic/xml/pom.xml
+++ b/basic/xml/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
xml
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
XML Sample
XML Sample
http://projects.spring.io/spring-integration
@@ -59,12 +59,6 @@
4.11
test
-
- org.springframework.integration
- spring-integration-xml
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
@@ -74,7 +68,7 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
@@ -83,6 +77,12 @@
1.2.17
compile
+
+ org.springframework.integration
+ spring-integration-xml
+ 4.3.0.M1
+ compile
+
org.mockito
mockito-core
diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml
index 8513e292..dc7f0fae 100644
--- a/basic/xmpp/pom.xml
+++ b/basic/xmpp/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
xmpp
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
XMPP Basic Sample
XMPP Basic Sample
http://projects.spring.io/spring-integration
@@ -68,13 +68,13 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
org.springframework.integration
spring-integration-xmpp
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml
index a25ed018..6e94c6bf 100644
--- a/dsl/cafe-dsl/pom.xml
+++ b/dsl/cafe-dsl/pom.xml
@@ -4,11 +4,11 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.0.RELEASE
+ 1.4.0.M1
org.springframework.integration.samples
cafe-dsl
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Java DSL Cafe Sample
Java DSL Cafe Sample
http://projects.spring.io/spring-integration
@@ -57,6 +57,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -69,6 +75,12 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
com.google.guava
guava
@@ -85,34 +97,22 @@
spring-boot-starter-integration
compile
+
+ org.springframework.integration
+ spring-integration-java-dsl
+ 1.1.2.RELEASE
+ compile
+
io.projectreactor
reactor-stream
2.0.7.RELEASE
compile
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
org.springframework.integration.samples
cafe-si
- 4.1.0.BUILD-SNAPSHOT
- compile
-
-
- org.springframework.integration
- spring-integration-java-dsl
- 1.1.1.RELEASE
+ 4.3.0.BUILD-SNAPSHOT
compile
diff --git a/dsl/pom.xml b/dsl/pom.xml
index 5657f063..46b362c5 100644
--- a/dsl/pom.xml
+++ b/dsl/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
dsl
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
http://projects.spring.io/spring-integration
SpringIO
@@ -66,7 +66,7 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml
index a6dff970..90927310 100644
--- a/dsl/si4demo/pom.xml
+++ b/dsl/si4demo/pom.xml
@@ -4,11 +4,11 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.0.RELEASE
+ 1.4.0.M1
org.springframework.integration.samples
si4demo
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Java Configuration/DSL Sample
Java Configuration/DSL Sample
http://projects.spring.io/spring-integration
@@ -81,29 +81,23 @@
4.11
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.springframework.boot
spring-boot-starter-web
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
com.rometools
rome
1.5.0
compile
-
- org.springframework.integration
- spring-integration-java-dsl
- 1.1.1.RELEASE
- compile
-
com.sun.mail
imap
@@ -132,6 +126,12 @@
spring-boot-starter-integration
compile
+
+ org.springframework.integration
+ spring-integration-java-dsl
+ 1.1.2.RELEASE
+ compile
+
org.springframework.integration
spring-integration-mail
diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml
index 16140f89..e8a78e67 100644
--- a/intermediate/async-gateway/pom.xml
+++ b/intermediate/async-gateway/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
async-gateway
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Async Gateway Sample
Async Gateway Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -65,24 +71,18 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
io.projectreactor
reactor-stream
2.0.7.RELEASE
compile
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
log4j
log4j
diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml
index fbec7826..0cd450ce 100644
--- a/intermediate/dynamic-poller/pom.xml
+++ b/intermediate/dynamic-poller/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
dynamic-poller
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Dynamic Poller Sample
Dynamic Poller Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -65,16 +71,10 @@
1.3
test
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml
index 76e0bd57..c7db8262 100644
--- a/intermediate/errorhandling/pom.xml
+++ b/intermediate/errorhandling/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
errorhandling
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Error Handling Sample
Error Handling Sample
http://projects.spring.io/spring-integration
@@ -68,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
log4j
log4j
@@ -83,12 +89,6 @@
1.9.5
test
-
- org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
- compile
-
diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml
index 9fdb78d0..fa9ec5f8 100644
--- a/intermediate/file-processing/pom.xml
+++ b/intermediate/file-processing/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
file-processing
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
File Processing Sample
File Processing Sample
http://projects.spring.io/spring-integration
@@ -59,12 +59,6 @@
4.11
test
-
- org.springframework.integration
- spring-integration-file
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
@@ -74,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-file
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml
index e60790c5..4f38503e 100644
--- a/intermediate/mail-attachments/pom.xml
+++ b/intermediate/mail-attachments/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
mail-attachments
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Mail Attachment Sample
Mail Attachment Sample
http://projects.spring.io/spring-integration
@@ -71,18 +71,24 @@
4.11
test
-
- org.springframework.integration
- spring-integration-file
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
+
+ org.springframework.integration
+ spring-integration-mail
+ 4.3.0.M1
+ compile
+
commons-io
commons-io
@@ -97,22 +103,10 @@
org.springframework.integration
- spring-integration-mail
- 4.2.2.RELEASE
+ spring-integration-file
+ 4.3.0.M1
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
-
- org.springframework.integration
- spring-integration-test
- 4.2.2.RELEASE
- test
-
log4j
log4j
@@ -125,6 +119,12 @@
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-test
+ 4.3.0.M1
+ test
+
diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml
index b3cec19a..e5ee75c7 100644
--- a/intermediate/monitoring/pom.xml
+++ b/intermediate/monitoring/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.integration.samples
monitoring
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Monitoring Application
Monitoring Application
http://projects.spring.io/spring-integration
@@ -52,6 +52,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework
+ spring-webmvc
+ 4.2.5.RELEASE
+ compile
+
javax.servlet
jstl
@@ -70,34 +76,28 @@
1.3
test
-
- org.springframework.integration
- spring-integration-groovy
- 4.2.2.RELEASE
- compile
-
-
- org.springframework
- spring-webmvc
- 4.2.3.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
org.springframework.integration
- spring-integration-jmx
- 4.2.2.RELEASE
+ spring-integration-twitter
+ 4.3.0.M1
compile
org.springframework.integration
- spring-integration-twitter
- 4.2.2.RELEASE
+ spring-integration-groovy
+ 4.3.0.M1
+ compile
+
+
+ org.springframework.integration
+ spring-integration-jmx
+ 4.3.0.M1
compile
diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml
index 06b56e03..e8429682 100644
--- a/intermediate/multipart-http/pom.xml
+++ b/intermediate/multipart-http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.integration.samples
multipart-http
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
HTTP Multipart Demo
HTTP Multipart Demo
http://projects.spring.io/spring-integration
@@ -52,6 +52,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework
+ spring-webmvc
+ 4.2.5.RELEASE
+ compile
+
junit
junit
@@ -64,29 +70,23 @@
1.3
test
-
- commons-io
- commons-io
- 2.4
- compile
-
org.springframework
- spring-webmvc
- 4.2.3.RELEASE
- compile
+ spring-test
+ 4.2.5.RELEASE
+ test
org.springframework.integration
spring-integration-http
- 4.2.2.RELEASE
+ 4.3.0.M1
compile
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
+ commons-io
+ commons-io
+ 2.4
+ compile
log4j
diff --git a/intermediate/pom.xml b/intermediate/pom.xml
index 497cb4dc..a0bfbb7f 100644
--- a/intermediate/pom.xml
+++ b/intermediate/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
intermediate
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
http://projects.spring.io/spring-integration
SpringIO
diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml
index 84a43fc9..08c41c0f 100644
--- a/intermediate/rest-http/pom.xml
+++ b/intermediate/rest-http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.integration.samples
rest-http
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Spring Integration Rest HTTP Path Usage Demo
Spring Integration Rest HTTP Path Usage Demo
http://projects.spring.io/spring-integration
@@ -54,8 +54,8 @@
org.springframework
- spring-tx
- 4.2.3.RELEASE
+ spring-oxm
+ 4.2.5.RELEASE
compile
@@ -64,40 +64,40 @@
4.11
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
+
+ org.springframework.integration
+ spring-integration-http
+ 4.3.0.M1
+ compile
+
org.springframework.security
spring-security-config
4.0.2.RELEASE
compile
-
- org.springframework
- spring-oxm
- 4.2.3.RELEASE
- compile
-
-
- org.springframework.integration
- spring-integration-http
- 4.2.2.RELEASE
- compile
-
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
-
- org.springframework
- spring-jdbc
- 4.2.3.RELEASE
- compile
-
org.springframework
spring-aop
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
+ compile
+
+
+ org.springframework
+ spring-context
+ 4.2.5.RELEASE
+ compile
+
+
+ org.springframework
+ spring-webmvc
+ 4.2.5.RELEASE
compile
@@ -106,12 +106,6 @@
1.3
test
-
- org.springframework
- spring-webmvc
- 4.2.3.RELEASE
- compile
-
org.jasypt
jasypt
@@ -120,8 +114,8 @@
org.springframework
- spring-context
- 4.2.3.RELEASE
+ spring-tx
+ 4.2.5.RELEASE
compile
@@ -148,6 +142,12 @@
1.9.5
test
+
+ org.springframework
+ spring-jdbc
+ 4.2.5.RELEASE
+ compile
+
diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml
index ce1631ad..9e34ea12 100644
--- a/intermediate/retry-and-more/pom.xml
+++ b/intermediate/retry-and-more/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
retry-and-more
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Retry and More Sample
Retry and More Sample
http://projects.spring.io/spring-integration
@@ -53,41 +53,41 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-ftp
- 4.2.2.RELEASE
- compile
-
junit
junit
4.11
test
-
- org.springframework.integration
- spring-integration-file
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
1.3
compile
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
org.springframework.integration
- spring-integration-amqp
- 4.2.2.RELEASE
+ spring-integration-ftp
+ 4.3.0.M1
compile
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
+ org.springframework.integration
+ spring-integration-stream
+ 4.3.0.M1
+ compile
+
+
+ org.springframework.integration
+ spring-integration-file
+ 4.3.0.M1
+ compile
log4j
@@ -103,8 +103,8 @@
org.springframework.integration
- spring-integration-stream
- 4.2.2.RELEASE
+ spring-integration-amqp
+ 4.3.0.M1
compile
diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml
index b69a7afc..df002b23 100644
--- a/intermediate/splitter-aggregator-reaper/pom.xml
+++ b/intermediate/splitter-aggregator-reaper/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
splitter-aggregator-reaper
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Splitter-Aggregator-Reaper Sample
Splitter-Aggregator-Reaper Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-core
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -65,24 +71,18 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
javax.inject
javax.inject
1
compile
-
- org.springframework.integration
- spring-integration-core
- 4.2.2.RELEASE
- compile
-
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
log4j
log4j
diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml
index 7e054163..d3b24e63 100644
--- a/intermediate/stored-procedures-derby/pom.xml
+++ b/intermediate/stored-procedures-derby/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
stored-procedures-derby
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Derby Stored Procedures Sample
Derby Stored Procedures Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jdbc
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -80,9 +74,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml
index be021eb4..6f9d4d96 100644
--- a/intermediate/stored-procedures-ms/pom.xml
+++ b/intermediate/stored-procedures-ms/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
stored-procedures-ms
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
MS SQLServer Stored Procedures Sample
MS SQLServer Stored Procedures Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jdbc
- 4.2.2.RELEASE
- compile
-
c3p0
c3p0
@@ -86,9 +80,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml
index 2f3a0314..84cf214a 100644
--- a/intermediate/stored-procedures-oracle/pom.xml
+++ b/intermediate/stored-procedures-oracle/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
stored-procedures-oracle
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Oracle Stored Procedures Sample
Oracle Stored Procedures Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jdbc
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -74,9 +68,15 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 4.3.0.M1
+ compile
+
log4j
log4j
diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml
index eb948c65..ed8671af 100644
--- a/intermediate/stored-procedures-postgresql/pom.xml
+++ b/intermediate/stored-procedures-postgresql/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
stored-procedures-postgresql
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
PostgreSQL Stored Procedures Sample
PostgreSQL Stored Procedures Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jdbc
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -71,24 +65,30 @@
1.3
test
+
+ org.springframework
+ spring-test
+ 4.2.5.RELEASE
+ test
+
commons-pool
commons-pool
1.5.4
compile
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 4.3.0.M1
+ compile
+
commons-dbcp
commons-dbcp
1.2.2
compile
-
- org.springframework
- spring-test
- 4.2.3.RELEASE
- test
-
log4j
log4j
diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml
index 114fcb30..2563eeff 100644
--- a/intermediate/tcp-client-server-multiplex/pom.xml
+++ b/intermediate/tcp-client-server-multiplex/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
tcp-client-server-multiplex
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
TCP Client Server Multiplexing Sample
TCP Client Server Multiplexing Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-ip
- 4.2.2.RELEASE
- compile
-
junit
junit
@@ -74,14 +68,14 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
org.springframework.integration
- spring-integration-test
- 4.2.2.RELEASE
- test
+ spring-integration-ip
+ 4.3.0.M1
+ compile
log4j
@@ -95,6 +89,12 @@
1.9.5
test
+
+ org.springframework.integration
+ spring-integration-test
+ 4.3.0.M1
+ test
+
diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml
index 27f9d7bb..25e9126f 100644
--- a/intermediate/travel/pom.xml
+++ b/intermediate/travel/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
travel
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Travel Services Sample
Travel Services Sample
http://projects.spring.io/spring-integration
@@ -53,6 +53,12 @@
https://github.com/spring-projects/spring-integration-samples
+
+ org.springframework.integration
+ spring-integration-ws
+ 4.3.0.M1
+ compile
+
junit
junit
@@ -65,34 +71,28 @@
1.3
test
-
- org.springframework.integration
- spring-integration-http
- 4.2.2.RELEASE
- compile
-
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
- log4j
- log4j
- 1.2.17
+ org.springframework.integration
+ spring-integration-http
+ 4.3.0.M1
compile
org.springframework
spring-web
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
compile
- org.springframework.integration
- spring-integration-ws
- 4.2.2.RELEASE
+ log4j
+ log4j
+ 1.2.17
compile
diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml
index 4e827327..9594a31c 100644
--- a/intermediate/tx-synch/pom.xml
+++ b/intermediate/tx-synch/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration.samples
tx-synch
- 4.1.0.BUILD-SNAPSHOT
+ 4.3.0.BUILD-SNAPSHOT
Transaction Synchronization Sample
Transaction Synchronization Sample
http://projects.spring.io/spring-integration
@@ -53,12 +53,6 @@
https://github.com/spring-projects/spring-integration-samples
-
- org.springframework.integration
- spring-integration-jdbc
- 4.2.2.RELEASE
- compile
-
com.h2database
h2
@@ -71,12 +65,6 @@
4.11
test
-
- org.springframework.integration
- spring-integration-file
- 4.2.2.RELEASE
- compile
-
org.hamcrest
hamcrest-all
@@ -86,9 +74,21 @@
org.springframework
spring-test
- 4.2.3.RELEASE
+ 4.2.5.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 4.3.0.M1
+ compile
+
+
+ org.springframework.integration
+ spring-integration-file
+ 4.3.0.M1
+ compile
+
log4j
log4j