From 6e58a9ff99df5b38f44027c4ab24cb00b69ab0a6 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 14 Mar 2011 01:03:58 +0800 Subject: [PATCH] Add to generated poms Synchronize with changes in buildSrc that add repositories declared in gradle script(s) to generated maven poms during `generatePom` task. Issue: GRADLE-48 --- buildSrc | 2 +- spring-integration-core/pom.xml | 30 +++++++++++++++++++++++ spring-integration-event/pom.xml | 30 +++++++++++++++++++++++ spring-integration-feed/pom.xml | 30 +++++++++++++++++++++++ spring-integration-file/pom.xml | 30 +++++++++++++++++++++++ spring-integration-ftp/pom.xml | 30 +++++++++++++++++++++++ spring-integration-groovy/pom.xml | 30 +++++++++++++++++++++++ spring-integration-http/pom.xml | 30 +++++++++++++++++++++++ spring-integration-httpinvoker/pom.xml | 30 +++++++++++++++++++++++ spring-integration-ip/pom.xml | 30 +++++++++++++++++++++++ spring-integration-jdbc/pom.xml | 34 ++++++++++++++++++++++++++ spring-integration-jms/pom.xml | 30 +++++++++++++++++++++++ spring-integration-jmx/pom.xml | 30 +++++++++++++++++++++++ spring-integration-mail/pom.xml | 30 +++++++++++++++++++++++ spring-integration-rmi/pom.xml | 30 +++++++++++++++++++++++ spring-integration-security/pom.xml | 30 +++++++++++++++++++++++ spring-integration-sftp/pom.xml | 30 +++++++++++++++++++++++ spring-integration-stream/pom.xml | 30 +++++++++++++++++++++++ spring-integration-test/pom.xml | 30 +++++++++++++++++++++++ spring-integration-twitter/pom.xml | 30 +++++++++++++++++++++++ spring-integration-ws/pom.xml | 30 +++++++++++++++++++++++ spring-integration-xml/pom.xml | 30 +++++++++++++++++++++++ spring-integration-xmpp/pom.xml | 30 +++++++++++++++++++++++ 23 files changed, 665 insertions(+), 1 deletion(-) diff --git a/buildSrc b/buildSrc index 308ed0ee90..a31d9e7b3d 160000 --- a/buildSrc +++ b/buildSrc @@ -1 +1 @@ -Subproject commit 308ed0ee908d4e46f0ed4c4494fb44564ba0a6ff +Subproject commit a31d9e7b3df894c00e23023753a487f4057a3433 diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index 6537680759..6f3b1e6c5f 100644 --- a/spring-integration-core/pom.xml +++ b/spring-integration-core/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index 8b7dc0889a..ef0a716903 100644 --- a/spring-integration-event/pom.xml +++ b/spring-integration-event/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.easymock diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index bb1d634ece..dea484681d 100644 --- a/spring-integration-feed/pom.xml +++ b/spring-integration-feed/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 54ff925264..46cd4bcd14 100644 --- a/spring-integration-file/pom.xml +++ b/spring-integration-file/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.easymock diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 1f043265c9..62e851a9a3 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + cglib diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 5624c17ba2..dab3ff3749 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.easymock diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index d2a44155d9..a4413a52b7 100644 --- a/spring-integration-http/pom.xml +++ b/spring-integration-http/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework diff --git a/spring-integration-httpinvoker/pom.xml b/spring-integration-httpinvoker/pom.xml index 69bfd50454..ffbb275870 100644 --- a/spring-integration-httpinvoker/pom.xml +++ b/spring-integration-httpinvoker/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index eca569d84a..5b0cf9de18 100644 --- a/spring-integration-ip/pom.xml +++ b/spring-integration-ip/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.easymock diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index ae8092c762..582ee89660 100644 --- a/spring-integration-jdbc/pom.xml +++ b/spring-integration-jdbc/pom.xml @@ -69,6 +69,40 @@ + + + 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://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 + + org.springframework diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index edd231a6c4..2907079d0c 100644 --- a/spring-integration-jms/pom.xml +++ b/spring-integration-jms/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.apache.activemq diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index aaf065cccd..8544800fa8 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 6fa9b695fb..f3c0fbe258 100644 --- a/spring-integration-mail/pom.xml +++ b/spring-integration-mail/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + cglib diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index e7c43c2a55..0d3aeb7d69 100644 --- a/spring-integration-rmi/pom.xml +++ b/spring-integration-rmi/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.easymock diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 0dc50a07ce..1a240b029f 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework.security diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index e241059378..8c6ca06dbd 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + com.jcraft diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index 93f2d7f859..55a8ee7421 100644 --- a/spring-integration-stream/pom.xml +++ b/spring-integration-stream/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.easymock diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 1bbae319a4..1cd49e6dcf 100644 --- a/spring-integration-test/pom.xml +++ b/spring-integration-test/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.easymock diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 23378c7865..fc0c35e49c 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.twitter4j diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index f41d927351..9f151e8926 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index e3a5ab10d0..839022b465 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 522fc0bb18..0d68877dc3 100644 --- a/spring-integration-xmpp/pom.xml +++ b/spring-integration-xmpp/pom.xml @@ -69,6 +69,36 @@ + + + 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 + + org.springframework.integration