diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 513a25a498..0000000000 --- a/pom.xml +++ /dev/null @@ -1,469 +0,0 @@ - - - 4.0.0 - org.springframework.integration - spring-integration - Spring Integration - 2.0.0.BUILD-SNAPSHOT - pom - - spring-integration-parent - spring-integration-core - spring-integration-event - spring-integration-file - spring-integration-feed - spring-integration-groovy - spring-integration-http - spring-integration-httpinvoker - spring-integration-ip - spring-integration-jdbc - spring-integration-jms - spring-integration-jmx - spring-integration-mail - spring-integration-rmi - spring-integration-security - spring-integration-stream - spring-integration-test - spring-integration-ws - spring-integration-xml - spring-integration-xmpp - spring-integration-ftp - spring-integration-sftp - spring-integration-twitter - - - UTF-8 - - spring-integration - Spring Integration - INT - ${project.version} - ${dist.id}-${dist.version} - ${dist.finalName}.zip - target/${dist.fileName} - dist.springframework.org - - - - - snapshot - - snapshot - - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - - - milestone - - milestone - - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.4 - - - upload-dist - deploy - - - - - - - - - run - - - - - - org.springframework.build - org.springframework.build.aws.ant - 3.0.5.RELEASE - - - net.java.dev.jets3t - jets3t - 0.7.2 - - - - - - - - release - - release - - - - spring-release - file://${java.io.tmpdir}/spring-integration-repo - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.4 - - - upload-dist - deploy - - - - - - - - - run - - - - - - org.springframework.build - org.springframework.build.aws.ant - 3.0.5.RELEASE - - - net.java.dev.jets3t - jets3t - 0.7.2 - - - - - - - - staging - - - spring-site-staging - file:///${java.io.tmpdir}/spring-integration/docs/${project.version} - - - spring-milestone-staging - file:///${java.io.tmpdir}/spring-integration/milestone - - - spring-snapshot-staging - file:///${java.io.tmpdir}/spring-integration/snapshot - - - - - - - - http://static.springframework.org/spring-integration/site/downloads/releases.html - - static.springframework.org - - scp://cbeams@static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-integration/sites/${project.version} - - - - - - - - org.springframework.build.aws - org.springframework.build.aws.maven - 3.0.0.RELEASE - - - - - com.agilejava.docbkx - docbkx-maven-plugin - 2.0.6 - - - - generate-html - generate-pdf - - package - - - - - org.docbook - docbook-xml - 4.4 - runtime - - - - index.xml - true - ${project.basedir}/src/docbkx/resources/xsl/fopdf.xsl - - css/html.css - - false - ${project.basedir}/src/docbkx/resources/xsl/html.xsl - - - - version - ${pom.version} - - - - - - - - - - - - - - - - - - - - - - - maven-javadoc-plugin - 2.5 - - - aggregate - - aggregate - - package - - true - true -
Spring Integration
- 1.5 - true - ${project.basedir}/src/main/javadoc - ${project.basedir}/src/main/javadoc/overview.html - ${project.basedir}/src/main/javadoc/spring-javadoc.css - - true - - - Spring Integration Core - org.springframework.integration:org.springframework.integration.* - - - - Spring Integration Event Support - - org.springframework.integration.event:org.springframework.integration.event.* - - - - Spring Integration File Support - - org.springframework.integration.file:org.springframework.integration.file.* - - - - Spring Integration FTP Support - org.springframework.integration.ftp:org.springframework.integration.ftp.* - - - - Spring Integration Groovy Support - - org.springframework.integration.groovy:org.springframework.integration.groovy.* - - - - Spring Integration HTTP Support - - org.springframework.integration.http:org.springframework.integration.http.* - - - - Spring Integration HttpInvoker Support - - org.springframework.integration.httpinvoker:org.springframework.integration.httpinvoker.* - - - - Spring Integration JDBC Support - - org.springframework.integration.jdbc:org.springframework.integration.jdbc.* - - - - Spring Integration JMS Support - org.springframework.integration.jms:org.springframework.integration.jms.* - - - - Spring Integration JMX Support - - org.springframework.integration.control:org.springframework.integration.jmx:org.springframework.integration.jmx.* - - - - Spring Integration Mail Support - - org.springframework.integration.mail:org.springframework.integration.mail.* - - - - Spring Integration RMI Support - org.springframework.integration.rmi:org.springframework.integration.rmi.* - - - - Spring Integration Web Services Support - org.springframework.integration.ws:org.springframework.integration.ws.* - - - - Spring Integration Security Support - - org.springframework.integration.security:org.springframework.integration.security.* - - - - Spring Integration SFTP Support - - org.springframework.integration.sftp:org.springframework.integration.sftp.* - - - - Spring Integration Stream Support - - org.springframework.integration.stream:org.springframework.integration.stream.* - - - - Spring Integration TCP/UDP Support - org.springframework.integration.ip:org.springframework.integration.ip.* - - - - Spring Integration Test Support - - org.springframework.integration.test:org.springframework.integration.test.* - - - - Spring Integration Twitter Support - - org.springframework.integration.twitter:org.springframework.integration.twitter.* - - - - Spring Integration XML Support - org.springframework.integration.xml:org.springframework.integration.xml.* - - - - Spring Integration XMPP Support - - org.springframework.integration.xmpp:org.springframework.integration.xmpp.* - - - - - http://static.springframework.org/spring/docs/3.0.3.RELEASE/javadoc-api - http://static.springsource.org/spring-integration/sites/${project.version}/apidocs - - http://java.sun.com/javase/6/docs/api - -
-
-
-
- - - maven-assembly-plugin - 2.2-beta-5 - false - - - distribution - - single - - package - - - ${project.basedir}/src/assembly/distribution.xml - - false - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.0 - -
-
- - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - - repository.source.maven.release - SpringSource Maven Release Repository - http://repository.springsource.com/maven/bundles/release - - -
diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml deleted file mode 100644 index f42fe281a7..0000000000 --- a/spring-integration-core/pom.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - spring-integration-core - jar - Spring Integration Core - - - org.codehaus.jackson - jackson-mapper-asl - 1.4.3 - true - - - org.springframework - spring-aop - - - org.springframework - spring-context - - - org.springframework - spring-tx - true - - - - junit - junit - - - org.hamcrest - hamcrest-all - - - org.easymock - easymock - - - org.mockito - mockito-all - - - org.springframework - spring-test - - - org.aspectj - aspectjrt - test - true - - - org.aspectj - aspectjweaver - test - true - - - cglib - cglib-nodep - - - diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml deleted file mode 100644 index 6e468cbcf7..0000000000 --- a/spring-integration-event/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-event - Spring Integration Event Support - jar - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - - junit - junit - - - org.springframework - spring-test - - - org.mockito - mockito-all - - - org.springframework.integration - spring-integration-test - - - diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml deleted file mode 100644 index 9d68a9e4a6..0000000000 --- a/spring-integration-feed/pom.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - spring-integration-feed - Spring Integration Feed Support - jar - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - commons-langcommons-lang2.5 - - - net.java.dev.rome - rome-fetcher - 1.0.0 - - - net.java.dev.rome - rome - 1.0.0 - - - - cglib - cglib-nodep - - - junit - junit - - - org.easymock - easymock - - - org.easymock - easymockclassextension - - - org.mockito - mockito-all - - - org.springframework - spring-test - - - org.springframework.integration - spring-integration-test - - - - diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml deleted file mode 100644 index 2c7dd22e59..0000000000 --- a/spring-integration-file/pom.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - spring-integration-file - Spring Integration File Support - jar - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - - - - - - cglib - cglib-nodep - - - junit - junit - - - org.easymock - easymock - - - org.easymock - easymockclassextension - - - org.mockito - mockito-all - - - org.springframework - spring-test - - - org.springframework.integration - spring-integration-test - - - - diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml deleted file mode 100644 index fa15545c9e..0000000000 --- a/spring-integration-ftp/pom.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-ftp - jar - Spring Integration FTP Support - - - javax.activation - activation - 1.1.1 - true - - - org.springframework.integration - spring-integration-file - ${project.version} - - - commons-net - commons-net - 2.0 - - - cglib - cglib-nodep - test - - - org.easymock - easymock - test - - - org.easymock - easymockclassextension - test - - - junit - junit - test - - - org.springframework - spring-context-support - compile - - - org.springframework - spring-test - test - - - org.springframework.integration - spring-integration-stream - ${project.version} - compile - - - org.springframework.integration - spring-integration-core - ${project.version} - compile - - - org.springframework.integration - spring-integration-test - ${project.version} - test - - - commons-lang - commons-lang - 2.5 - - - commons-io - commons-io - 1.4 - - - org.mockito - mockito-all - - - diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml deleted file mode 100644 index 444e7a412b..0000000000 --- a/spring-integration-groovy/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-groovy - jar - Spring Integration Groovy Support - - - org.codehaus.groovy - groovy-all - 1.7.5 - - - org.springframework.integration - spring-integration-core - ${project.version} - - - org.springframework - spring-context-support - - - - org.springframework - spring-test - test - - - junit - junit - test - - - diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml deleted file mode 100644 index dae30d4ea9..0000000000 --- a/spring-integration-http/pom.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-http - jar - Spring Integration HTTP Support - - - javax.servlet - servlet-api - 2.4 - provided - - - commons-httpclient - commons-httpclient - 3.1 - true - - - org.springframework - spring-webmvc - - - org.springframework.integration - spring-integration-core - - - - junit - junit - - - org.easymock - easymock - - - org.easymock - easymockclassextension - - - org.springframework - spring-test - - - org.mockito - mockito-all - - - org.springframework.integration - spring-integration-test - - - diff --git a/spring-integration-httpinvoker/pom.xml b/spring-integration-httpinvoker/pom.xml deleted file mode 100644 index 1d68c05a25..0000000000 --- a/spring-integration-httpinvoker/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-httpinvoker - jar - Spring Integration HttpInvoker Support - - - javax.servlet - servlet-api - 2.4 - provided - - - org.springframework - spring-aop - - - org.springframework - spring-web - - - org.springframework.integration - spring-integration-core - - - - junit - junit - - - org.springframework - spring-test - - - diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml deleted file mode 100644 index 5b182044d9..0000000000 --- a/spring-integration-ip/pom.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-ip - jar - Spring Integration TCP and UDP Support - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - org.springframework.integration - spring-integration-stream - runtime - - - - cglib - cglib-nodep - - - junit - junit - - - org.easymock - easymock - - - org.easymock - easymockclassextension - - - org.mockito - mockito-all - - - org.springframework - spring-test - - - org.springframework.integration - spring-integration-test - - - diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml deleted file mode 100644 index f813725cb1..0000000000 --- a/spring-integration-jdbc/pom.xml +++ /dev/null @@ -1,262 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - spring-integration-jdbc - jar - Spring Integration JDBC Support - - - org.springframework - spring-aop - - - org.springframework - spring-context - - - org.springframework - spring-jdbc - - - org.springframework - spring-tx - - - org.springframework.integration - spring-integration-core - - - - cglib - cglib-nodep - - - junit - junit - - - org.easymock - easymock - - - org.aspectj - aspectjrt - test - true - - - org.aspectj - aspectjweaver - test - true - - - org.mockito - mockito-all - - - hsqldb - hsqldb - - - org.springframework - spring-test - - - org.springframework.integration - spring-integration-test - - - org.apache.derby - derby - 10.5.3.0_1 - test - - - com.h2database - h2 - 1.2.125 - test - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-sql - generate-sources - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - org.apache.ant - ant - 1.7.0 - - - org.apache.ant - ant-trax - 1.7.0 - - - org.apache.ant - ant-apache-regexp - 1.7.0 - - - - foundrylogic.vpp - vpp - 2.2.1 - - - - - - - - - repository.objectstyle - ObjectStyle.org Repository - http://objectstyle.org/maven2/ - - false - - - - diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml deleted file mode 100644 index 551df18c4a..0000000000 --- a/spring-integration-jms/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-jms - jar - Spring Integration JMS Support - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - 1.1 - provided - - - org.springframework - spring-jms - - - org.springframework - spring-tx - - - org.springframework.integration - spring-integration-core - - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.springframework - spring-test - test - - - org.springframework - spring-oxm - test - - - org.apache.activemq - activemq-core - 5.3.0 - test - - - org.springframework.integration - spring-integration-test - - - diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml deleted file mode 100644 index 7f760d1d3c..0000000000 --- a/spring-integration-jmx/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-jmx - Spring Integration JMX Support - jar - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - - junit - junit - - - org.springframework - spring-test - - - org.aspectj - aspectjrt - - - org.aspectj - aspectjweaver - - - diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml deleted file mode 100644 index de436a0beb..0000000000 --- a/spring-integration-mail/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-mail - Spring Integration Mail Support - jar - - - javax.activation - activation - 1.1.1 - true - - - javax.mail - mail - 1.4.1 - provided - - - org.springframework - spring-context-support - - - org.springframework.integration - spring-integration-core - - - - cglib - cglib-nodep - - - junit - junit - - - org.easymock - easymock - - - org.easymock - easymockclassextension - - - org.mockito - mockito-all - - - org.springframework - spring-test - - - org.springframework.integration - spring-integration-test - - - diff --git a/spring-integration-parent/pom.xml b/spring-integration-parent/pom.xml deleted file mode 100644 index 01e742cae6..0000000000 --- a/spring-integration-parent/pom.xml +++ /dev/null @@ -1,453 +0,0 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-parent - Spring Integration Parent - http://www.springsource.org/spring-integration - 2.0.0.BUILD-SNAPSHOT - pom - - UTF-8 - false - - 2.2 - 1.1.1 - 4.7 - 1.2.12 - 1.8.0.10 - 1.6.5 - 2.3 - 3.4.2.v_883_R34x - 1.8.4 - 1.1 - 1.5.10 - 3.0.5.RELEASE - 3.0.3.RELEASE - 1.5.9 - - - - strict - - false - - - - fast - - true - true - - - - snapshot - - snapshot - - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - - - milestone - - milestone - - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - - - release - - release - - - - spring-release - file://${java.io.tmpdir}/spring-integration-repo - - - - - staging - - - spring-site-staging - file:///${java.io.tmpdir}/spring-integration/docs/${project.version} - - - spring-milestone-staging - file:///${java.io.tmpdir}/spring-integration/milestone - - - spring-snapshot-staging - file:///${java.io.tmpdir}/spring-integration/snapshot - - - - - legacy-build - - - - - - http://static.springframework.org/spring-integration/site/downloads/releases.html - - static.springframework.org - scp://cbeams@static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-integration/sites/${project.version} - - - - - - - org.aspectj - aspectjrt - ${org.aspectj.version} - - - org.aspectj - aspectjweaver - ${org.aspectj.version} - - - org.springframework - spring-aop - ${org.springframework.version} - - - org.springframework - spring-aspects - ${org.springframework.version} - - - org.springframework - spring-core - ${org.springframework.version} - - - org.springframework - spring-context - ${org.springframework.version} - - - org.springframework - spring-expression - ${org.springframework.version} - - - org.springframework - spring-context-support - ${org.springframework.version} - - - org.springframework - spring-jdbc - ${org.springframework.version} - - - org.springframework - spring-jms - ${org.springframework.version} - - - org.springframework - spring-orm - ${org.springframework.version} - - - org.springframework - spring-oxm - ${org.springframework.version} - - - org.springframework - spring-tx - ${org.springframework.version} - - - org.springframework - spring-web - ${org.springframework.version} - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - org.springframework.integration - spring-integration-core - ${project.version} - - - org.springframework.integration - spring-integration-file - ${project.version} - - - org.springframework.integration - spring-integration-stream - ${project.version} - - - org.springframework.security - spring-security-core - ${org.springframework.security.version} - - - org.springframework.security - spring-security-config - ${org.springframework.security.version} - - - - - cglib - cglib-nodep - ${cglib.version} - test - - - junit - junit - ${junit.version} - test - - - org.easymock - easymock - ${org.easymock.version} - test - - - org.easymock - easymockclassextension - ${org.easymock.version} - test - - - org.mockito - mockito-all - ${org.mockito.version} - test - - - org.hamcrest - hamcrest-all - ${org.hamcrest.version} - test - - - hsqldb - hsqldb - ${hsqldb.version} - test - - - org.springframework - spring-test - ${org.springframework.version} - test - - - org.springframework.integration - spring-integration-test - ${project.version} - test - - - - - - - log4j - log4j - ${log4j.version} - test - - - - - - - org.springframework.build.aws - org.springframework.build.aws.maven - 3.0.0.RELEASE - - - - - ${project.basedir}/src/main/java - - **/* - - - **/*.java - - - - ${project.basedir}/src/main/resources - - **/* - - - - - - ${project.basedir}/src/test/java - - **/* - - - **/*.java - - - - ${project.basedir}/src/test/resources - - **/* - - - **/*.java - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - -Xlint:all - true - false - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - - **/*Tests.java - - - **/Abstract*.java - - junit:junit - - - - maven-source-plugin - - - attach-sources - - jar - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.RELEASE - - true - - - - bundlor - - bundlor - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.2 - - - target/classes/META-INF/MANIFEST.MF - - - - - - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.1 - - false - - - - - - - - repository.plugin.springsource.release - SpringSource Maven Repository - http://repository.springsource.com/maven/bundles/release - - - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - - - repository.source.maven.release - SpringSource Maven Release Repository - http://repository.springsource.com/maven/bundles/release - - - diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml deleted file mode 100644 index ecdcef54c6..0000000000 --- a/spring-integration-rmi/pom.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-rmi - jar - Spring Integration RMI Support - - - org.springframework - spring-aop - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - - junit - junit - - - org.springframework - spring-test - - - diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml deleted file mode 100644 index d76f292cff..0000000000 --- a/spring-integration-security/pom.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-security - jar - Spring Integration Security Support - - - org.springframework - spring-aop - - - org.springframework - spring-tx - - - org.springframework.integration - spring-integration-core - - - org.springframework.security - spring-security-core - - - org.springframework - spring-support - - - - - org.springframework.security - spring-security-config - - - org.springframework - spring-support - - - - - - junit - junit - - - org.easymock - easymock - - - org.springframework - spring-test - - - diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml deleted file mode 100644 index 90a13932fb..0000000000 --- a/spring-integration-sftp/pom.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-sftp - jar - Spring Integration SFTP Support - - - javax.activation - activation - 1.1.1 - true - - - org.springframework.integration - spring-integration-file - ${project.version} - - - com.jcraft - jsch - 0.1.42 - - - cglib - cglib-nodep - test - - - org.easymock - easymock - test - - - org.easymock - easymockclassextension - test - - - junit - junit - test - - - org.springframework - spring-context-support - compile - - - org.springframework - spring-test - test - - - org.springframework.integration - spring-integration-stream - ${project.version} - compile - - - org.springframework.integration - spring-integration-core - ${project.version} - compile - - - commons-lang - commons-lang - 2.5 - - - commons-io - commons-io - 1.4 - - - org.mockito - mockito-all - - - diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml deleted file mode 100644 index 28aad83d50..0000000000 --- a/spring-integration-stream/pom.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-stream - jar - Spring Integration Stream Support - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - - junit - junit - - - org.springframework - spring-test - - - org.mockito - mockito-all - - - diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml deleted file mode 100644 index 4ff26f9037..0000000000 --- a/spring-integration-test/pom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-test - jar - Spring Integration Testing Support - - - org.hamcrest - hamcrest-all - 1.1 - - - junit - junit - compile - - - org.mockito - mockito-all - compile - - - org.springframework.integration - spring-integration-core - - - org.springframework - spring-context - - - - org.easymock - easymock - - - org.springframework - spring-test - - - diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml deleted file mode 100644 index 14768e6022..0000000000 --- a/spring-integration-twitter/pom.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-twitter - jar - Spring Integration Twitter Support - - - javax.activation - activation - 1.1.1 - true - - - org.twitter4j - twitter4j-core - - 2.1.3 - - - org.aspectj - aspectjweaver - 1.6.10 - - - org.slf4j - nlog4j - 1.2.25 - true - - - cglib - cglib-nodep - - - org.easymock - easymock - test - - - org.easymock - easymockclassextension - test - - - junit - junit - test - - - org.springframework - spring-context-support - compile - - - org.springframework - spring-test - test - - - org.springframework.integration - spring-integration-stream - ${project.version} - compile - - - org.springframework.integration - spring-integration-core - ${project.version} - compile - - - org.springframework.integration - spring-integration-test - ${project.version} - compile - - - commons-lang - commons-lang - 2.5 - - - commons-io - commons-io - 1.4 - - - org.mockito - mockito-all - - - diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml deleted file mode 100644 index 79f62ae698..0000000000 --- a/spring-integration-ws/pom.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-ws - jar - Spring Integration Web Services Support - - - tiger - - 1.5 - - - - stax - stax - 1.2.0 - true - - - javax.xml.bind - jaxb-api - - 2.1 - true - - - com.sun.xml.bind - jaxb-impl - 2.1.13 - true - - - - - - - com.sun.xml.messaging.saaj - saaj-impl - 1.3 - true - - - javax.xml.soap - saaj-api - 1.3 - true - - - javax.activation - activation - - - - - - org.apache.geronimo.specs - geronimo-activation_1.1_spec - 1.1 - true - - - org.springframework.integration - spring-integration-core - - - org.springframework - spring-oxm - - - org.springframework.ws - spring-ws-core - ${org.springframework.ws.version} - - - org.springframework - spring-expression - - - - junit - junit - - - org.mockito - mockito-all - - - org.springframework - spring-test - - - org.springframework.integration - spring-integration-test - - - diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml deleted file mode 100644 index 4bfb71f367..0000000000 --- a/spring-integration-xml/pom.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - org.springframework.integration - spring-integration-xml - jar - Spring Integration XML Support - - - tiger - - 1.5 - - - - stax - stax - 1.2.0 - true - - - javax.xml.bind - jaxb-api - - 2.1 - true - - - com.sun.xml.bind - jaxb-impl - 2.1.13 - true - - - - - - - javax.activation - activation - 1.1.1 - provided - - - org.springframework - spring-context - - - org.springframework.integration - spring-integration-core - - - org.springframework - spring-oxm - - - org.springframework.ws - spring-xml - ${org.springframework.ws.version} - - - - junit - junit - - - xmlunit - xmlunit - 1.2 - test - - - org.springframework - spring-test - - - org.springframework.integration - spring-integration-test - - - diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml deleted file mode 100644 index 0245b64538..0000000000 --- a/spring-integration-xmpp/pom.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - ../spring-integration-parent/pom.xml - - spring-integration-xmpp - jar - Spring Integration XMPP Support - - - jivesoftware - smack - 3.1.0 - - - jivesoftware - smackx - 3.1.0 - - - javax.activation - activation - 1.1.1 - true - - - cglib - cglib-nodep - test - - - org.easymock - easymock - test - - - org.easymock - easymockclassextension - test - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.springframework - spring-context-support - compile - - - org.springframework - spring-test - test - - - org.springframework.integration - spring-integration-stream - ${project.version} - compile - - - org.springframework.integration - spring-integration-core - ${project.version} - compile - - - org.springframework.integration - spring-integration-test - ${project.version} - test - - - commons-lang - commons-lang - 2.5 - - - commons-io - commons-io - 1.4 - - -