diff --git a/build.gradle b/build.gradle index 7a1cbf07d6..631d752b78 100644 --- a/build.gradle +++ b/build.gradle @@ -62,14 +62,15 @@ allprojects { // default set of maven repositories to be used when resolving dependencies repositories { - mavenRepo urls: 'http://maven.springframework.org/snapshot' + mavenRepo name: 'SpringSource Snapshot Repository', urls: 'http://maven.springframework.org/snapshot' + mavenRepo name: 'SpringSource Milestone Repository', urls: 'http://maven.springframework.org/milestone' mavenCentral() - mavenRepo urls: 'http://maven.springframework.org/release' - mavenRepo urls: 'http://maven.springframework.org/milestone' - mavenRepo urls: 'http://repository.springsource.com/maven/bundles/external' - mavenRepo urls: 'http://repository.springsource.com/maven/bundles/release' - mavenRepo urls: 'http://repository.springsource.com/maven/bundles/milestone' - mavenRepo urls: 'http://download.java.net/maven/2' // for javax.mail 1.4.3 + // only really necessary for artifacts not yet in Maven Central, i.e. immediately post-release + mavenRepo name: 'SpringSource Release Repository', urls: 'http://maven.springframework.org/release' + // needed for bundlor: + mavenRepo name: 'SpringSource Release Bundle Repository', urls: 'http://repository.springsource.com/maven/bundles/release' + // needed for external dependencies required by bundlor: + mavenRepo name: 'SpringSource External Bundle Repository', urls: 'http://repository.springsource.com/maven/bundles/external' } } diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml index 7098fc50a3..935fe09028 100644 --- a/spring-integration-amqp/pom.xml +++ b/spring-integration-amqp/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -112,30 +104,6 @@ 2.1.0.BUILD-SNAPSHOT test - - cglib - cglib-nodep - 2.2 - test - - - log4j - log4j - 1.2.12 - test - - - org.easymock - easymock - 2.3 - test - - - org.easymock - easymockclassextension - 2.3 - test - org.springframework.amqp spring-rabbit @@ -168,6 +136,36 @@ + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + org.springframework.integration spring-integration-test @@ -198,12 +196,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index 465115cd36..483cf7fe6b 100644 --- a/spring-integration-event/pom.xml +++ b/spring-integration-event/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -142,12 +140,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index 49a4558cd9..e7bd980cc2 100644 --- a/spring-integration-feed/pom.xml +++ b/spring-integration-feed/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -130,6 +122,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -166,12 +164,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - net.java.dev.rome rome diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 8f3ae3d163..1aedbe0ae2 100644 --- a/spring-integration-file/pom.xml +++ b/spring-integration-file/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -142,12 +140,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 149a276f95..063d7af88c 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-file + 2.1.0.BUILD-SNAPSHOT + compile + cglib cglib-nodep @@ -161,12 +159,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index ae87fa2f89..944282ad46 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -70,37 +70,29 @@ + + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ + + + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ + + + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ + + + SpringSource Release Repository + http://maven.springframework.org/release/ + + + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + http://dist.gemstone.com/maven/release - http://dist.gemstone.com/maven/release - - - http://download.java.net/maven/2 - http://download.java.net/maven/2 - - - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone - - - http://maven.springframework.org/release - http://maven.springframework.org/release - - - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot - - - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + http://dist.gemstone.com/maven/release/ @@ -128,6 +120,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -164,12 +162,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.data.gemfire spring-gemfire diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 95570dfc73..cca1fbfb06 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -142,12 +140,6 @@ 3.0.5.RELEASE compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 4d66494472..a71fe40ca3 100644 --- a/spring-integration-http/pom.xml +++ b/spring-integration-http/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -124,6 +116,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -173,12 +171,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index 498962880d..31ecc52eb3 100644 --- a/spring-integration-ip/pom.xml +++ b/spring-integration-ip/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -148,12 +146,6 @@ 2.1.0.BUILD-SNAPSHOT runtime - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index 211cee341f..791d7da180 100644 --- a/spring-integration-jdbc/pom.xml +++ b/spring-integration-jdbc/pom.xml @@ -71,37 +71,29 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ + + + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ http://objectstyle.org/maven2/ http://objectstyle.org/maven2/ - - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release - @@ -128,6 +120,12 @@ 1.6.8 test + + cglib + cglib-nodep + 2.2 + test + log4j log4j @@ -135,10 +133,10 @@ test - cglib - cglib-nodep - 2.2 - test + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile com.h2database @@ -200,12 +198,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.aspectj aspectjrt diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index e5ff07b9f2..49c34ddaee 100644 --- a/spring-integration-jms/pom.xml +++ b/spring-integration-jms/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -142,6 +134,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -166,30 +164,24 @@ 3.0.5.RELEASE compile - - org.springframework - spring-test - 3.0.5.RELEASE - test - org.hamcrest hamcrest-all 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index ee88754464..ca494b9031 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -124,6 +116,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -160,12 +158,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.aspectj aspectjrt diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index ec72bb7b82..46af8e2fd4 100644 --- a/spring-integration-mail/pom.xml +++ b/spring-integration-mail/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -112,6 +104,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -155,12 +153,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index 52214a2bfe..8f6bdadb03 100644 --- a/spring-integration-mongodb/pom.xml +++ b/spring-integration-mongodb/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -130,6 +122,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -166,12 +164,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml index 279f4820bb..fe0003c837 100644 --- a/spring-integration-redis/pom.xml +++ b/spring-integration-redis/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -162,6 +154,12 @@ 2.2 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -186,30 +184,24 @@ 1.8.3 compile - - org.springframework - spring-test - 3.0.5.RELEASE - test - org.hamcrest hamcrest-all 1.1 test + + org.springframework + spring-test + 3.0.5.RELEASE + test + org.mockito mockito-all 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index ef59db944c..6a70a76472 100644 --- a/spring-integration-rmi/pom.xml +++ b/spring-integration-rmi/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -148,12 +146,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml index 3b456f755d..f8fdb3fb37 100644 --- a/spring-integration-scripting/pom.xml +++ b/spring-integration-scripting/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -142,12 +140,6 @@ 1.7.5 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 8b4d071e94..32a838a726 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -124,6 +116,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -178,12 +176,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index f0a03d2c78..ca7f90c046 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-file + 2.1.0.BUILD-SNAPSHOT + compile + com.jcraft jsch @@ -124,6 +122,12 @@ 2.2 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -167,24 +171,12 @@ 1.8.4 test - - org.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support 3.0.5.RELEASE compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index 9d82d5cb4f..262cd3be1c 100644 --- a/spring-integration-stream/pom.xml +++ b/spring-integration-stream/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -136,12 +134,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 31ed29ab1f..66b2910fcf 100644 --- a/spring-integration-test/pom.xml +++ b/spring-integration-test/pom.xml @@ -71,35 +71,33 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -136,12 +134,6 @@ 1.8.4 compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - log4j log4j diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 676954c2d2..b214fcd810 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -118,6 +110,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -161,12 +159,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index e66121f402..6603dc240e 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -164,6 +156,12 @@ true + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -213,12 +211,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index 695173b6e2..cb7f9cc090 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -158,6 +150,12 @@ 2.0EA3 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -176,12 +174,6 @@ 1.0.1 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - javax.activation activation @@ -189,6 +181,12 @@ compile true + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.hamcrest hamcrest-all @@ -207,12 +205,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 4b67f27bbf..446bf42196 100644 --- a/spring-integration-xmpp/pom.xml +++ b/spring-integration-xmpp/pom.xml @@ -71,32 +71,24 @@ - http://download.java.net/maven/2 - http://download.java.net/maven/2 + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ - http://maven.springframework.org/milestone - http://maven.springframework.org/milestone + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ - http://maven.springframework.org/release - http://maven.springframework.org/release + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ - http://maven.springframework.org/snapshot - http://maven.springframework.org/snapshot + SpringSource Release Repository + http://maven.springframework.org/release/ - http://repository.springsource.com/maven/bundles/external - http://repository.springsource.com/maven/bundles/external - - - http://repository.springsource.com/maven/bundles/milestone - http://repository.springsource.com/maven/bundles/milestone - - - http://repository.springsource.com/maven/bundles/release - http://repository.springsource.com/maven/bundles/release + SpringSource Snapshot Repository + http://maven.springframework.org/snapshot/ @@ -118,6 +110,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -179,12 +177,6 @@ 3.0.5.RELEASE compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep