diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 007f45ff..d6e72443 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Advanced Testing Examples Advanced Testing Examples http://projects.spring.io/spring-integration @@ -66,28 +66,34 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test + + org.springframework.integration + spring-integration-groovy + 4.1.6.RELEASE + compile + javax.jms jms-api 1.1-rev-1 compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.springframework.integration spring-integration-jms - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -96,12 +102,6 @@ 1.2.17 compile - - org.springframework.integration - spring-integration-groovy - 4.1.0.RC1 - compile - org.mockito mockito-core diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 23412ee7..e31c9da1 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Dynamic FTP Demo Dynamic FTP Demo http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -75,15 +81,9 @@ org.springframework.integration spring-integration-ftp - 4.1.0.RC1 + 4.1.6.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/advanced/pom.xml b/advanced/pom.xml index dbe05254..fb7a2a7d 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples advanced - 3.0.0.BUILD-SNAPSHOT + 4.1.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 af6ff003..3562d7ca 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Cafe Sample (Scripted Implementation) Cafe Sample (Scripted Implementation) http://projects.spring.io/spring-integration @@ -66,18 +66,18 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework.integration - spring-integration-jmx - 4.1.0.RC1 - compile - org.codehaus.groovy groovy-all @@ -86,15 +86,15 @@ org.springframework.integration - spring-integration-stream - 4.1.0.RC1 + spring-integration-groovy + 4.1.6.RELEASE compile - org.springframework - spring-test - 4.1.1.RELEASE - test + org.springframework.integration + spring-integration-rmi + 4.1.6.RELEASE + compile org.python @@ -108,29 +108,29 @@ 1.2.17 compile - - org.springframework.integration - spring-integration-groovy - 4.1.0.RC1 - compile - - - org.springframework.integration - spring-integration-rmi - 4.1.0.RC1 - compile - org.jruby jruby 1.7.12 compile + + org.springframework.integration + spring-integration-jmx + 4.1.6.RELEASE + compile + org.mockito mockito-core 1.9.5 test + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index eefeedba..3c483cf2 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Cafe - With AMQP Message Broker Cafe - With AMQP Message Broker http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-amqp - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -72,6 +72,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -81,15 +87,9 @@ org.springframework.integration.samples cafe-si - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 7d10dc36..894d1d09 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Cafe - With JMS Message Broker Cafe - With JMS Message Broker http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -73,21 +79,27 @@ test - org.springframework.integration.samples - cafe-si - 3.0.0.BUILD-SNAPSHOT + org.apache.activemq + activemq-broker + 5.11.0 compile - org.springframework - spring-test - 4.1.1.RELEASE - test + org.apache.activemq + activemq-kahadb-store + 5.11.0 + compile org.springframework.integration spring-integration-jms - 4.1.0.RC1 + 4.1.6.RELEASE + compile + + + org.springframework.integration.samples + cafe-si + 4.1.0.BUILD-SNAPSHOT compile @@ -102,17 +114,5 @@ 1.9.5 test - - org.apache.activemq - activemq-broker - 5.9.0 - compile - - - org.apache.activemq - activemq-kahadb-store - 5.9.0 - compile - diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 63507111..f5cf04eb 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Cafe - Pure Spring Integration Cafe - Pure Spring Integration http://projects.spring.io/spring-integration @@ -67,21 +67,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -102,5 +96,11 @@ 1.9.5 test + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index d61bdbdc..7239eabd 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples cafe - 3.0.0.BUILD-SNAPSHOT + 4.1.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 59361415..edc27d5b 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Loan Broker Sample Loan Broker Sample http://projects.spring.io/spring-integration @@ -66,22 +66,22 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.springframework.integration spring-integration-ip - 4.1.0.RC1 + 4.1.6.RELEASE compile diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index d0dae29d..5ba579ee 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples loanshark - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT war Loan Shark Sample Loan Shark Sample @@ -75,18 +75,18 @@ - - org.slf4j - slf4j-log4j12 - 1.7.6 - compile - javax.transaction jta 1.1 compile + + org.slf4j + jcl-over-slf4j + 1.7.11 + compile + junit junit @@ -95,20 +95,20 @@ org.springframework - spring-aop - 4.1.1.RELEASE - compile + spring-test + 4.1.7.RELEASE + test org.springframework - spring-webmvc - 4.1.1.RELEASE + spring-orm + 4.1.7.RELEASE compile org.springframework spring-aspects - 4.1.1.RELEASE + 4.1.7.RELEASE compile @@ -131,8 +131,14 @@ org.springframework - spring-orm - 4.1.1.RELEASE + spring-context + 4.1.7.RELEASE + compile + + + org.springframework.integration + spring-integration-ip + 4.1.6.RELEASE compile @@ -143,8 +149,8 @@ org.springframework - spring-jdbc - 4.1.1.RELEASE + spring-tx + 4.1.7.RELEASE compile @@ -190,15 +196,15 @@ compile - org.springframework - spring-context - 4.1.1.RELEASE + org.slf4j + slf4j-log4j12 + 1.7.11 compile - org.slf4j - jcl-over-slf4j - 1.7.6 + org.springframework + spring-aop + 4.1.7.RELEASE compile @@ -213,6 +219,12 @@ 1.3 test + + org.springframework + spring-webmvc + 4.1.7.RELEASE + compile + commons-digester commons-digester @@ -221,14 +233,8 @@ org.springframework - spring-test - 4.1.1.RELEASE - test - - - org.springframework.integration - spring-integration-ip - 4.1.0.RC1 + spring-jdbc + 4.1.7.RELEASE compile @@ -243,12 +249,6 @@ 2.0.0 compile - - org.springframework - spring-tx - 4.1.1.RELEASE - compile - org.mockito mockito-core diff --git a/applications/pom.xml b/applications/pom.xml index 761bca6e..90c3e50f 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples applications - 3.0.0.BUILD-SNAPSHOT + 4.1.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 aa6a837a..cb0ccd36 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -5,11 +5,11 @@ spring-boot-starter-parent org.springframework.boot - 1.2.0.BUILD-SNAPSHOT + 1.2.5.RELEASE org.springframework.integration.samples stomp-chat - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Web Sockets Stomp Chat Sample Web Sockets Stomp Chat Sample http://projects.spring.io/spring-integration @@ -94,6 +94,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.springframework.integration spring-integration-websocket @@ -110,12 +116,6 @@ spring-boot-starter-test test - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index c2a2fcc3..f7b492e7 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples amqp - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT AMQP Basic Sample AMQP Basic Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-amqp - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -73,21 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -102,5 +96,11 @@ 1.9.5 test + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index c6d865c1..876fba0f 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Control Bus Basic Sample Control Bus Basic Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-core - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -73,15 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 940dd963..446d0663 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples enricher - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Enricher Basic Sample Enricher Basic Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-core - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -79,15 +79,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 885ec010..e46babf0 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples feed - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Feed (RSS/ATOM) Basic Sample Feed (RSS/ATOM) Basic Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -75,15 +81,9 @@ org.springframework.integration spring-integration-feed - 4.1.0.RC1 + 4.1.6.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/basic/file/pom.xml b/basic/file/pom.xml index e6b96df3..b27e15a0 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples file - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT File Copy Basic Sample File Copy Basic Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -75,15 +81,9 @@ org.springframework.integration spring-integration-file - 4.1.0.RC1 + 4.1.6.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index f37648ce..96106ba9 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples ftp - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT FTP Basic Sample FTP Basic Sample http://projects.spring.io/spring-integration @@ -60,60 +60,60 @@ - - org.springframework.integration - spring-integration-test - 4.1.0.RC1 - test - - - org.slf4j - slf4j-log4j12 - 1.7.6 - compile - junit junit 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + + + org.springframework.integration + spring-integration-test + 4.1.6.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework.integration - spring-integration-ftp - 4.1.0.RC1 - compile - commons-io commons-io 2.4 compile + + org.springframework.integration + spring-integration-ftp + 4.1.6.RELEASE + compile + org.apache.ftpserver ftpserver-core 1.0.6 compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j 1.2.17 compile + + org.slf4j + slf4j-log4j12 + 1.7.11 + compile + org.mockito mockito-core diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 2594b0e6..8bb6956b 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples helloworld - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Hello World Sample Hello World Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-core - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -73,15 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/basic/http/pom.xml b/basic/http/pom.xml index d3e06aac..f960e090 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples http - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT war HTTP Sample HTTP Sample @@ -78,7 +78,19 @@ org.springframework.integration spring-integration-mail - 4.1.0.RC1 + 4.1.6.RELEASE + compile + + + javax.mail + javax.mail-api + 1.5.2 + compile + + + org.springframework.integration + spring-integration-http + 4.1.6.RELEASE compile @@ -87,18 +99,18 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-webmvc - 4.1.1.RELEASE - compile - commons-io commons-io @@ -107,9 +119,9 @@ org.springframework - spring-test - 4.1.1.RELEASE - test + spring-webmvc + 4.1.7.RELEASE + compile log4j @@ -117,18 +129,6 @@ 1.2.17 compile - - org.springframework.integration - spring-integration-http - 4.1.0.RC1 - compile - - - javax.mail - javax.mail-api - 1.4.7 - compile - commons-fileupload commons-fileupload diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index b9638ebe..08780b51 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples jdbc - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT JDBC Basic Sample JDBC Basic Sample http://projects.spring.io/spring-integration @@ -72,6 +72,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -79,21 +85,15 @@ test - org.springframework - spring-test - 4.1.1.RELEASE - test + log4j + log4j + 1.2.17 + compile org.springframework.integration spring-integration-jdbc - 4.1.0.RC1 - compile - - - log4j - log4j - 1.2.17 + 4.1.6.RELEASE compile diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 1b28cfc1..c3ded599 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples jms - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT JMS Basic Sample JMS Basic Sample http://projects.spring.io/spring-integration @@ -60,24 +60,24 @@ - - org.springframework.integration - spring-integration-test - 4.1.0.RC1 - test - - - org.slf4j - slf4j-log4j12 - 1.7.6 - compile - junit junit 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + + + org.springframework.integration + spring-integration-test + 4.1.6.RELEASE + test + org.hamcrest hamcrest-all @@ -85,21 +85,21 @@ test - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 + org.apache.activemq + activemq-broker + 5.11.0 compile - org.springframework - spring-test - 4.1.1.RELEASE - test + org.apache.activemq + activemq-kahadb-store + 5.11.0 + compile org.springframework.integration spring-integration-jms - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -108,6 +108,12 @@ 1.2.17 compile + + org.slf4j + slf4j-log4j12 + 1.7.11 + compile + org.mockito mockito-core @@ -115,15 +121,9 @@ test - org.apache.activemq - activemq-broker - 5.9.0 - compile - - - org.apache.activemq - activemq-kahadb-store - 5.9.0 + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE compile diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 88c953f2..ea1f8d2f 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples jmx - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT JMX Basic Sample JMX Basic Sample http://projects.spring.io/spring-integration @@ -67,27 +67,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework.integration - spring-integration-jmx - 4.1.0.RC1 - compile - - - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -96,11 +84,23 @@ 1.2.17 compile + + org.springframework.integration + spring-integration-jmx + 4.1.6.RELEASE + compile + org.mockito mockito-core 1.9.5 test + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 18fe8c6f..1264e086 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples jpa - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT JPA Basic Sample JPA Basic Sample http://projects.spring.io/spring-integration @@ -84,6 +84,18 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + + + org.springframework.integration + spring-integration-jpa + 4.1.6.RELEASE + compile + org.hamcrest hamcrest-all @@ -96,12 +108,6 @@ 2.3.0 runtime - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.eclipse.persistence javax.persistence @@ -115,10 +121,10 @@ compile - org.springframework.integration - spring-integration-jpa - 4.1.0.RC1 - compile + org.springframework + spring-instrument + 4.1.7.RELEASE + runtime org.mockito @@ -126,11 +132,5 @@ 1.9.5 test - - org.springframework - spring-instrument - 4.1.1.RELEASE - runtime - diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index b8a94a03..4ef0c97c 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples mail - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Mail (IMAP + POP3) Sample Mail (IMAP + POP3) Sample http://projects.spring.io/spring-integration @@ -63,13 +63,25 @@ org.springframework.integration spring-integration-mail - 4.1.0.RC1 + 4.1.6.RELEASE + compile + + + javax.mail + javax.mail-api + 1.5.2 + compile + + + com.sun.mail + mailapi + 1.5.2 compile org.springframework spring-context - 4.1.1.RELEASE + 4.1.7.RELEASE compile @@ -78,36 +90,24 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j 1.2.17 compile - - javax.mail - javax.mail-api - 1.4.7 - compile - - - com.sun.mail - mailapi - 1.4.7 - compile - org.mockito mockito-core diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 1e59d607..da2445e9 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples mongodb - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT MongoDb Basic Sample MongoDb Basic Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -75,15 +81,9 @@ org.springframework.integration spring-integration-mongodb - 4.1.0.RC1 + 4.1.6.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 8c9864c8..d3461da6 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples oddeven - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Odd-Even Sample Odd-Even Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-core - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -73,15 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/basic/pom.xml b/basic/pom.xml index 4c0a8620..e4d0087e 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples basic - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT http://projects.spring.io/spring-integration SpringIO diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index c59d0ce4..aaaf91e5 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples quote - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Quote Sample Quote Sample http://projects.spring.io/spring-integration @@ -67,21 +67,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -96,5 +90,11 @@ 1.9.5 test + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index f0f6bde0..b13459c1 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples sftp - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT SFTP Basic Sample SFTP Basic Sample http://projects.spring.io/spring-integration @@ -60,6 +60,12 @@ + + org.springframework.integration + spring-integration-sftp + 4.1.6.RELEASE + compile + junit junit @@ -67,15 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -90,12 +96,6 @@ 1.9.5 test - - org.springframework.integration - spring-integration-sftp - 4.1.0.RC1 - compile - org.apache.sshd sshd-core diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 32fbbd71..1bf06bfa 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT TCP-AMQP Basic Sample TCP-AMQP Basic Sample http://projects.spring.io/spring-integration @@ -63,13 +63,7 @@ org.springframework.integration spring-integration-amqp - 4.1.0.RC1 - compile - - - org.slf4j - slf4j-log4j12 - 1.7.6 + 4.1.6.RELEASE compile @@ -78,22 +72,22 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.springframework.integration spring-integration-ip - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -102,6 +96,12 @@ 1.2.17 compile + + org.slf4j + slf4j-log4j12 + 1.7.11 + compile + org.mockito mockito-core diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index b14ace59..77820fce 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT TCP Client Server Sample TCP Client Server Sample http://projects.spring.io/spring-integration @@ -60,40 +60,40 @@ - - org.springframework.integration - spring-integration-test - 4.1.0.RC1 - compile - commons-lang commons-lang 2.6 compile + + org.springframework.integration + spring-integration-test + 4.1.6.RELEASE + compile + junit junit 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.springframework.integration spring-integration-ip - 4.1.0.RC1 + 4.1.6.RELEASE compile diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index e9fb40df..0301f45e 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Testing Examples Testing Examples http://projects.spring.io/spring-integration @@ -63,14 +63,14 @@ org.springframework.integration spring-integration-ws - 4.1.0.RC1 + 4.1.6.RELEASE compile org.springframework.integration - spring-integration-test - 4.1.0.RC1 - test + spring-integration-http + 4.1.6.RELEASE + compile junit @@ -78,29 +78,35 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + + + org.springframework.integration + spring-integration-test + 4.1.6.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-webmvc - 4.1.1.RELEASE - compile - org.springframework.integration spring-integration-file - 4.1.0.RC1 + 4.1.6.RELEASE compile org.springframework - spring-test - 4.1.1.RELEASE - test + spring-webmvc + 4.1.7.RELEASE + compile log4j @@ -108,12 +114,6 @@ 1.2.17 compile - - org.springframework.integration - spring-integration-http - 4.1.0.RC1 - compile - org.mockito mockito-core diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 0051fc5d..75b672ea 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples twitter - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Twitter Basic Sample Twitter Basic Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -75,15 +81,9 @@ org.springframework.integration spring-integration-twitter - 4.1.0.RC1 + 4.1.6.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index f37997b2..60b710be 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -5,11 +5,11 @@ spring-boot-starter-parent org.springframework.boot - 1.2.0.BUILD-SNAPSHOT + 1.2.5.RELEASE org.springframework.integration.samples web-sockets - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Web Sockets Basic Sample Web Sockets Basic Sample http://projects.spring.io/spring-integration @@ -84,6 +84,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.springframework.integration spring-integration-websocket @@ -100,12 +106,6 @@ spring-boot-starter-test test - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index a800004d..a668bdcc 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples ws-inbound-gateway - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT war WS Inbound Gateway Sample WS Inbound Gateway Sample @@ -78,7 +78,7 @@ org.springframework.integration spring-integration-ws - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -87,6 +87,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -96,19 +102,13 @@ org.springframework spring-webmvc - 4.1.1.RELEASE + 4.1.7.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.springframework.integration spring-integration-xml - 4.1.0.RC1 + 4.1.6.RELEASE compile diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index d158d3f0..a6603367 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT WS Outbound Gateway Sample WS Outbound Gateway Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-ws - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -73,21 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -102,5 +96,11 @@ 1.9.5 test + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index f0bac5d2..749cc2cd 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples xml - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT XML Sample XML Sample http://projects.spring.io/spring-integration @@ -66,22 +66,22 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.springframework.integration spring-integration-xml - 4.1.0.RC1 + 4.1.6.RELEASE compile diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 9a325919..43e0525f 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples xmpp - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT XMPP Basic Sample XMPP Basic Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-xmpp - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -73,15 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 867ae41a..3c3bd72d 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -5,11 +5,11 @@ spring-boot-starter-parent org.springframework.boot - 1.2.0.BUILD-SNAPSHOT + 1.2.5.RELEASE org.springframework.integration.samples cafe-dsl - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Java DSL Cafe Sample Java DSL Cafe Sample http://projects.spring.io/spring-integration @@ -79,12 +79,24 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test + + com.google.guava + guava + 16.0.1 + compile + org.springframework.boot spring-boot-starter-test @@ -95,30 +107,24 @@ spring-boot-starter-integration compile - - org.springframework.integration - spring-integration-java-dsl - 1.0.0.RC1 - compile - org.springframework.integration.samples cafe-si - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j 1.2.17 compile + + org.springframework.integration + spring-integration-java-dsl + 1.0.2.RELEASE + compile + org.mockito mockito-core diff --git a/dsl/pom.xml b/dsl/pom.xml index 213b40c0..18117447 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples dsl - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT http://projects.spring.io/spring-integration SpringIO @@ -65,15 +65,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 62247e40..9ae9ca49 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -5,11 +5,11 @@ spring-boot-starter-parent org.springframework.boot - 1.2.0.BUILD-SNAPSHOT + 1.2.5.RELEASE org.springframework.integration.samples si4demo - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Java Configuration/DSL Sample Java Configuration/DSL Sample http://projects.spring.io/spring-integration @@ -73,6 +73,24 @@ + + javax.mail + javax.mail-api + 1.5.2 + compile + + + com.sun.mail + smtp + 1.5.2 + compile + + + com.sun.mail + pop3 + 1.5.2 + compile + junit junit @@ -80,10 +98,10 @@ test - com.sun.mail - pop3 - 1.4.7 - compile + org.springframework + spring-test + 4.1.7.RELEASE + test org.springframework.boot @@ -96,10 +114,22 @@ 1.5.0 compile + + org.springframework.integration + spring-integration-java-dsl + 1.0.2.RELEASE + compile + com.sun.mail imap - 1.4.7 + 1.5.2 + compile + + + com.sun.mail + javax.mail + 1.5.2 compile @@ -118,24 +148,6 @@ spring-boot-starter-integration compile - - org.springframework.integration - spring-integration-java-dsl - 1.0.0.RC1 - compile - - - com.sun.mail - javax.mail - 1.4.7 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j @@ -147,18 +159,6 @@ spring-integration-mail compile - - javax.mail - javax.mail-api - 1.4.7 - compile - - - com.sun.mail - smtp - 1.4.7 - compile - org.springframework.integration spring-integration-twitter diff --git a/gradle.properties b/gradle.properties index 332755de..c5dec156 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=3.0.0.BUILD-SNAPSHOT +version=4.1.0.BUILD-SNAPSHOT springBootVersion=1.2.5.RELEASE diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index c39e473e..083a47e8 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Async Gateway Sample Async Gateway Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-core - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -79,15 +79,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 98bb2be2..a43467b1 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Dynamic Poller Sample Dynamic Poller Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-core - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -73,15 +73,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index dc2b8982..9fa77eac 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples errorhandling - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Error Handling Sample Error Handling Sample http://projects.spring.io/spring-integration @@ -67,21 +67,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -96,5 +90,11 @@ 1.9.5 test + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 469a94ca..abaa5003 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT File Processing Sample File Processing Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -75,15 +81,9 @@ org.springframework.integration spring-integration-file - 4.1.0.RC1 + 4.1.6.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 82804dc3..605d694c 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Mail Attachment Sample Mail Attachment Sample http://projects.spring.io/spring-integration @@ -63,14 +63,20 @@ org.springframework.integration spring-integration-mail - 4.1.0.RC1 + 4.1.6.RELEASE compile - org.springframework.integration - spring-integration-test - 4.1.0.RC1 - test + javax.mail + javax.mail-api + 1.5.2 + compile + + + com.sun.mail + mailapi + 1.5.2 + compile junit @@ -78,12 +84,30 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + + + org.springframework.integration + spring-integration-test + 4.1.6.RELEASE + test + org.hamcrest hamcrest-all 1.3 test + + org.springframework.integration + spring-integration-file + 4.1.6.RELEASE + compile + commons-io commons-io @@ -96,36 +120,12 @@ 1.2 test - - org.springframework.integration - spring-integration-file - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j 1.2.17 compile - - javax.mail - javax.mail-api - 1.4.7 - compile - - - com.sun.mail - mailapi - 1.4.7 - compile - org.mockito mockito-core diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 352e7574..28aaa2bc 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples monitoring - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT war Monitoring Application Monitoring Application @@ -87,6 +87,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -95,28 +101,22 @@ org.springframework.integration - spring-integration-jmx - 4.1.0.RC1 + spring-integration-groovy + 4.1.6.RELEASE compile org.springframework spring-webmvc - 4.1.1.RELEASE + 4.1.7.RELEASE compile org.springframework.integration spring-integration-twitter - 4.1.0.RC1 + 4.1.6.RELEASE compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j @@ -125,8 +125,8 @@ org.springframework.integration - spring-integration-groovy - 4.1.0.RC1 + spring-integration-jmx + 4.1.6.RELEASE compile diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index c0f88b53..f995856f 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples multipart-http - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT war HTTP Multipart Demo HTTP Multipart Demo @@ -75,24 +75,30 @@ + + org.springframework.integration + spring-integration-http + 4.1.6.RELEASE + compile + junit junit 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-webmvc - 4.1.1.RELEASE - compile - commons-io commons-io @@ -101,9 +107,9 @@ org.springframework - spring-test - 4.1.1.RELEASE - test + spring-webmvc + 4.1.7.RELEASE + compile log4j @@ -111,12 +117,6 @@ 1.2.17 compile - - org.springframework.integration - spring-integration-http - 4.1.0.RC1 - compile - commons-fileupload commons-fileupload diff --git a/intermediate/pom.xml b/intermediate/pom.xml index b1c8555f..497cb4dc 100644 --- a/intermediate/pom.xml +++ b/intermediate/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples intermediate - 3.0.0.BUILD-SNAPSHOT + 4.1.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 5d2993ea..3d61c0af 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples rest-http - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT war Spring Integration Rest HTTP Path Usage Demo Spring Integration Rest HTTP Path Usage Demo @@ -77,8 +77,8 @@ org.springframework - spring-context - 4.1.1.RELEASE + spring-oxm + 4.1.7.RELEASE compile @@ -89,14 +89,14 @@ org.springframework - spring-aop - 4.1.1.RELEASE - compile + spring-test + 4.1.7.RELEASE + test org.springframework - spring-webmvc - 4.1.1.RELEASE + spring-aop + 4.1.7.RELEASE compile @@ -105,12 +105,24 @@ 3.2.4.RELEASE compile + + org.springframework + spring-context + 4.1.7.RELEASE + compile + org.springframework.security spring-security-config 3.2.4.RELEASE compile + + org.springframework.integration + spring-integration-http + 4.1.6.RELEASE + compile + org.hamcrest hamcrest-all @@ -119,8 +131,8 @@ org.springframework - spring-oxm - 4.1.1.RELEASE + spring-webmvc + 4.1.7.RELEASE compile @@ -131,15 +143,15 @@ org.springframework - spring-jdbc - 4.1.1.RELEASE + spring-tx + 4.1.7.RELEASE compile org.springframework - spring-test - 4.1.1.RELEASE - test + spring-jdbc + 4.1.7.RELEASE + compile log4j @@ -147,18 +159,6 @@ 1.2.17 compile - - org.springframework.integration - spring-integration-http - 4.1.0.RC1 - compile - - - org.springframework - spring-tx - 4.1.1.RELEASE - compile - com.fasterxml.jackson.core jackson-databind diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index a1c70e3a..0189948a 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Retry and More Sample Retry and More Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-amqp - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -72,35 +72,29 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all 1.3 compile - - org.springframework.integration - spring-integration-ftp - 4.1.0.RC1 - compile - - - org.springframework.integration - spring-integration-stream - 4.1.0.RC1 - compile - org.springframework.integration spring-integration-file - 4.1.0.RC1 + 4.1.6.RELEASE compile - org.springframework - spring-test - 4.1.1.RELEASE - test + org.springframework.integration + spring-integration-ftp + 4.1.6.RELEASE + compile log4j @@ -114,5 +108,11 @@ 1.9.5 compile + + org.springframework.integration + spring-integration-stream + 4.1.6.RELEASE + compile + diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 74c36fbc..691eb5fc 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Splitter-Aggregator-Reaper Sample Splitter-Aggregator-Reaper Sample http://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration spring-integration-core - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -72,6 +72,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -84,12 +90,6 @@ 1 compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - log4j log4j diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 37d6410e..15b8c811 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Derby Stored Procedures Sample Derby Stored Procedures Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.apache.derby derby @@ -79,21 +85,15 @@ test - org.springframework - spring-test - 4.1.1.RELEASE - test + log4j + log4j + 1.2.17 + compile org.springframework.integration spring-integration-jdbc - 4.1.0.RC1 - compile - - - log4j - log4j - 1.2.17 + 4.1.6.RELEASE compile diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 650a3793..b7662bb0 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT MS SQLServer Stored Procedures Sample MS SQLServer Stored Procedures Sample http://projects.spring.io/spring-integration @@ -78,6 +78,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -85,21 +91,15 @@ test - org.springframework - spring-test - 4.1.1.RELEASE - test + log4j + log4j + 1.2.17 + compile org.springframework.integration spring-integration-jdbc - 4.1.0.RC1 - compile - - - log4j - log4j - 1.2.17 + 4.1.6.RELEASE compile diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 113adc52..18978ff3 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Oracle Stored Procedures Sample Oracle Stored Procedures Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -73,21 +79,15 @@ test - org.springframework - spring-test - 4.1.1.RELEASE - test + log4j + log4j + 1.2.17 + compile org.springframework.integration spring-integration-jdbc - 4.1.0.RC1 - compile - - - log4j - log4j - 1.2.17 + 4.1.6.RELEASE compile diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 2213a217..94224f7e 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT PostgreSQL Stored Procedures Sample PostgreSQL Stored Procedures Sample http://projects.spring.io/spring-integration @@ -66,6 +66,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -78,18 +84,6 @@ 1.5.4 compile - - org.springframework - spring-test - 4.1.1.RELEASE - test - - - org.springframework.integration - spring-integration-jdbc - 4.1.0.RC1 - compile - commons-dbcp commons-dbcp @@ -102,6 +96,12 @@ 1.2.17 compile + + org.springframework.integration + spring-integration-jdbc + 4.1.6.RELEASE + compile + org.mockito mockito-core diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index cc376514..191a82b6 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT TCP Client Server Multiplexing Sample TCP Client Server Multiplexing Sample http://projects.spring.io/spring-integration @@ -60,34 +60,34 @@ - - org.springframework.integration - spring-integration-test - 4.1.0.RC1 - test - junit junit 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + + + org.springframework.integration + spring-integration-test + 4.1.6.RELEASE + test + org.hamcrest hamcrest-all 1.3 test - - org.springframework - spring-test - 4.1.1.RELEASE - test - org.springframework.integration spring-integration-ip - 4.1.0.RC1 + 4.1.6.RELEASE compile diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index be6a0673..4be66826 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples travel - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Travel Services Sample Travel Services Sample http://projects.spring.io/spring-integration @@ -63,13 +63,13 @@ org.springframework.integration spring-integration-ws - 4.1.0.RC1 + 4.1.6.RELEASE compile - org.springframework - spring-web - 4.1.1.RELEASE + org.springframework.integration + spring-integration-http + 4.1.6.RELEASE compile @@ -79,15 +79,15 @@ test - org.hamcrest - hamcrest-all - 1.3 + org.springframework + spring-test + 4.1.7.RELEASE test - org.springframework - spring-test - 4.1.1.RELEASE + org.hamcrest + hamcrest-all + 1.3 test @@ -97,9 +97,9 @@ compile - org.springframework.integration - spring-integration-http - 4.1.0.RC1 + org.springframework + spring-web + 4.1.7.RELEASE compile diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index ee06520d..cc715d8c 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 - 3.0.0.BUILD-SNAPSHOT + 4.1.0.BUILD-SNAPSHOT Transaction Synchronization Sample Transaction Synchronization Sample http://projects.spring.io/spring-integration @@ -72,6 +72,12 @@ 4.11 test + + org.springframework + spring-test + 4.1.7.RELEASE + test + org.hamcrest hamcrest-all @@ -81,19 +87,7 @@ org.springframework.integration spring-integration-file - 4.1.0.RC1 - compile - - - org.springframework - spring-test - 4.1.1.RELEASE - test - - - org.springframework.integration - spring-integration-jdbc - 4.1.0.RC1 + 4.1.6.RELEASE compile @@ -102,6 +96,12 @@ 1.2.17 compile + + org.springframework.integration + spring-integration-jdbc + 4.1.6.RELEASE + compile + org.mockito mockito-core