From d206a84e682c323233f1e624737a1fac36cc112c Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Sat, 21 Mar 2009 02:09:26 +0000 Subject: [PATCH] updated maven central poms, added parent pom. Generated from ivy.xml -> pom.xml using makepom ant task. (this is the pom for the S2 bundle repo) The convert pom.xml using mvn org.springframework.build.repository:org.springframework.build.repository.maven:create-central (this is the pom for maven central repo) --- build-spring-integration/generate-pom.xml | 12 ++ .../build.xml | 2 + .../pom.xml | 68 +++++--- .../build.xml | 1 + org.springframework.integration.event/pom.xml | 68 +++++--- .../build.xml | 1 + org.springframework.integration.file/pom.xml | 122 ++++++++----- .../build.xml | 1 + org.springframework.integration.http/pom.xml | 119 +++++++++---- .../build.xml | 1 + .../pom.xml | 112 +++++++----- org.springframework.integration.jms/build.xml | 1 + org.springframework.integration.jms/pom.xml | 106 ++++++++---- .../build.xml | 1 + org.springframework.integration.mail/pom.xml | 134 ++++++++++----- org.springframework.integration.rmi/build.xml | 1 + org.springframework.integration.rmi/pom.xml | 92 +++++++--- .../build.xml | 1 + .../pom.xml | 161 +++++++++++------- .../build.xml | 1 + .../pom.xml | 111 +++++++----- .../build.xml | 1 + .../pom.xml | 80 ++++++--- org.springframework.integration.ws/build.xml | 1 + org.springframework.integration.ws/pom.xml | 136 +++++++++------ org.springframework.integration.xml/build.xml | 1 + org.springframework.integration.xml/pom.xml | 160 ++++++++++------- org.springframework.integration/build.xml | 1 + org.springframework.integration/pom.xml | 17 +- 29 files changed, 986 insertions(+), 527 deletions(-) create mode 100644 build-spring-integration/generate-pom.xml diff --git a/build-spring-integration/generate-pom.xml b/build-spring-integration/generate-pom.xml new file mode 100644 index 0000000000..234ba7285a --- /dev/null +++ b/build-spring-integration/generate-pom.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.integration.adapter/build.xml b/org.springframework.integration.adapter/build.xml index 4f925d61d7..63609ff858 100644 --- a/org.springframework.integration.adapter/build.xml +++ b/org.springframework.integration.adapter/build.xml @@ -3,6 +3,8 @@ + + diff --git a/org.springframework.integration.adapter/pom.xml b/org.springframework.integration.adapter/pom.xml index 77479c324d..164cbb825a 100644 --- a/org.springframework.integration.adapter/pom.xml +++ b/org.springframework.integration.adapter/pom.xml @@ -1,23 +1,47 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-adapter - jar - Spring Integration Adapters - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-core - ${project.version} - - - junit - junit - 4.4 - test - - + + + 4.0.0 + org.springframework.integration + spring-integration-adapter + jar + Spring Integration Adapters + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + junit + junit + 4.4 + test + + + org.springframework + spring-context + 2.5.6 + compile + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.event/build.xml b/org.springframework.integration.event/build.xml index 03dc5b9710..027990eeed 100644 --- a/org.springframework.integration.event/build.xml +++ b/org.springframework.integration.event/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.event/pom.xml b/org.springframework.integration.event/pom.xml index aad95ae39e..d45765db47 100644 --- a/org.springframework.integration.event/pom.xml +++ b/org.springframework.integration.event/pom.xml @@ -1,23 +1,47 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-event - jar - Spring Integration ApplicationEvent Support - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - - junit - junit - 4.4 - test - - + + + 4.0.0 + org.springframework.integration + spring-integration-event + jar + Spring Integration Security Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + junit + junit + 4.4 + test + + + org.springframework + spring-context + 2.5.6 + compile + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.file/build.xml b/org.springframework.integration.file/build.xml index 48b59cea29..25d8f6b91a 100644 --- a/org.springframework.integration.file/build.xml +++ b/org.springframework.integration.file/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.file/pom.xml b/org.springframework.integration.file/pom.xml index 8b9f86d4ea..73ca2958d4 100644 --- a/org.springframework.integration.file/pom.xml +++ b/org.springframework.integration.file/pom.xml @@ -1,47 +1,77 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-file - jar - Spring Integration File Adapters - 1.0.2.RELEASE - - - cglib - cglib - 2.1_3 - test - - - junit - junit - 4.4 - test - - - org.easymock - easymock - 2.3 - test - - - org.easymock - easymockclassextension - 2.3 - test - - - org.springframework - spring-test - 2.5.6 - test - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - + + + 4.0.0 + org.springframework.integration + spring-integration-file + jar + Spring Integration File Adapters + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + cglib + cglib-nodep + 2.1_3 + test + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + + + junit + junit + 4.4 + test + + + org.springframework + spring-context + 2.5.6 + compile + + + org.springframework + spring-test + 2.5.6 + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.mockito + mockito-all + 1.6 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.http/build.xml b/org.springframework.integration.http/build.xml index 5d55b38e07..76347c6365 100644 --- a/org.springframework.integration.http/build.xml +++ b/org.springframework.integration.http/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.http/pom.xml b/org.springframework.integration.http/pom.xml index 9ce4e29fe7..e71cbec3d2 100644 --- a/org.springframework.integration.http/pom.xml +++ b/org.springframework.integration.http/pom.xml @@ -1,38 +1,83 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-http - jar - Spring Integration HTTP Support - 1.0.2.RELEASE - - - org.springframework - spring-webmvc - ${spring.version} - - - javax.servlet - servlet-api - 2.5 - provided - - - junit - junit - 4.4 - test - - - org.springframework - spring-test - ${spring.version} - test - - - - 2.5.6 - + + + 4.0.0 + org.springframework.integration + spring-integration-http + jar + Spring Integration HTTP Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + javax.servlet + servlet-api + 2.4 + provided + + + commons-httpclient + commons-httpclient + 3.1 + compile + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + + + junit + junit + 4.4 + test + + + org.springframework + spring-test + 2.5.6 + test + + + org.mockito + mockito-all + 1.6 + test + + + org.springframework + spring-webmvc + 2.5.6 + compile + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.httpinvoker/build.xml b/org.springframework.integration.httpinvoker/build.xml index fee37ecc25..5aed9cf4df 100644 --- a/org.springframework.integration.httpinvoker/build.xml +++ b/org.springframework.integration.httpinvoker/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.httpinvoker/pom.xml b/org.springframework.integration.httpinvoker/pom.xml index 8335c78997..238f2264dd 100644 --- a/org.springframework.integration.httpinvoker/pom.xml +++ b/org.springframework.integration.httpinvoker/pom.xml @@ -1,43 +1,71 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-httpinvoker - jar - Spring Integration HttpInvoker Support - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - - org.springframework - spring-web - ${spring.version} - - - javax.servlet - servlet-api - 2.5 - provided - - - junit - junit - 4.4 - test - - - org.springframework - spring-test - ${spring.version} - test - - - - 2.5.6 - + + + 4.0.0 + org.springframework.integration + spring-integration-httpinvoker + jar + Spring Integration HttpInvoker Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + javax.servlet + servlet-api + 2.4 + provided + + + junit + junit + 4.4 + test + + + org.springframework + spring-aop + 2.5.6 + compile + + + org.springframework + spring-test + 2.5.6 + test + + + org.springframework + spring-web + 2.5.6 + compile + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.springframework.integration + spring-integration-adapter + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.jms/build.xml b/org.springframework.integration.jms/build.xml index e0ae4e3d70..b17b08069b 100644 --- a/org.springframework.integration.jms/build.xml +++ b/org.springframework.integration.jms/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.jms/pom.xml b/org.springframework.integration.jms/pom.xml index 4b13328346..4f646eaf0b 100644 --- a/org.springframework.integration.jms/pom.xml +++ b/org.springframework.integration.jms/pom.xml @@ -1,37 +1,71 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-jms - jar - Spring Integration JMS Support - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - - org.springframework - spring-jms - ${spring.version} - - - javax.jms - jms - 1.1 - provided - - - junit - junit - 4.4 - test - - - - 2.5.6 - + + + 4.0.0 + org.springframework.integration + spring-integration-jms + jar + Spring Integration JMS Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1 + true + + + javax.jms + jms + 1.1 + provided + + + junit + junit + 4.4 + test + + + org.springframework + spring-jms + 2.5.6 + compile + + + org.springframework + spring-tx + 2.5.6 + compile + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.springframework.integration + spring-integration-adapter + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.mail/build.xml b/org.springframework.integration.mail/build.xml index 3f67619c15..22d1f33d14 100644 --- a/org.springframework.integration.mail/build.xml +++ b/org.springframework.integration.mail/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.mail/pom.xml b/org.springframework.integration.mail/pom.xml index 9097018ff0..262c053c86 100644 --- a/org.springframework.integration.mail/pom.xml +++ b/org.springframework.integration.mail/pom.xml @@ -1,47 +1,89 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-mail - jar - Spring Integration Mail Support - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - - javax.mail - mail - 1.4.1 - provided - - - cglib - cglib - 2.1_3 - test - - - junit - junit - 4.4 - test - - - org.easymock - easymock - 2.3 - test - - - org.easymock - easymockclassextension - 2.3 - test - - + + + 4.0.0 + org.springframework.integration + spring-integration-mail + jar + Spring Integration Mail Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + javax.activation + activation + 1.1.1 + true + + + javax.mail + mail + 1.4.1 + provided + + + cglib + cglib-nodep + 2.1_3 + test + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + + + junit + junit + 4.4 + test + + + org.springframework + spring-context-support + 2.5.6 + compile + + + org.springframework + spring-test + 2.5.6 + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.springframework.integration + spring-integration-adapter + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.rmi/build.xml b/org.springframework.integration.rmi/build.xml index b20d0a8849..02c8dad7f2 100644 --- a/org.springframework.integration.rmi/build.xml +++ b/org.springframework.integration.rmi/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.rmi/pom.xml b/org.springframework.integration.rmi/pom.xml index 684c512bbf..f256eecd7a 100644 --- a/org.springframework.integration.rmi/pom.xml +++ b/org.springframework.integration.rmi/pom.xml @@ -1,29 +1,65 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-rmi - jar - Spring Integration RMI Support - 1.0.2.RELEASE - - - junit - junit - 4.4 - test - - - org.springframework - spring-test - 2.5.6 - test - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - + + + 4.0.0 + org.springframework.integration + spring-integration-rmi + jar + Spring Integration RMI Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + junit + junit + 4.4 + test + + + org.springframework + spring-aop + 2.5.6 + compile + + + org.springframework + spring-context + 2.5.6 + compile + + + org.springframework + spring-test + 2.5.6 + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.springframework.integration + spring-integration-adapter + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.samples/build.xml b/org.springframework.integration.samples/build.xml index 7da7024918..c1ad32b624 100644 --- a/org.springframework.integration.samples/build.xml +++ b/org.springframework.integration.samples/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.samples/pom.xml b/org.springframework.integration.samples/pom.xml index 9d822ed482..d9ab25bdcb 100644 --- a/org.springframework.integration.samples/pom.xml +++ b/org.springframework.integration.samples/pom.xml @@ -1,62 +1,101 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-samples - jar - Spring Integration Samples - 1.0.2.RELEASE - - - javax.activation - activation - - 1.1 - - - javax.jms - jms - 1.1 - - - org.apache.activemq - activemq-core - 5.1.0 - - - org.apache.geronimo.specs - geronimo-j2ee-management_1.0_spec - 1.0.1 - - - org.springframework - spring-jms - ${spring.version} - - - org.springframework.integration - spring-integration-ws - ${project.version} - - - org.springframework.integration - spring-integration-xml - ${project.version} - - - org.springframework.integration - spring-integration-jms - ${project.version} - - - junit - junit - 4.4 - test - - - - 2.5.6 - + + + 4.0.0 + org.springframework.integration + spring-integration-samples + jar + Spring Integration Samples + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + javax.activation + activation + 1.1.1 + true + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1 + true + + + org.apache.activemq + activemq-core + 5.1.0 + true + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.1_spec + 1.0.1 + true + + + junit + junit + 4.4 + test + + + org.springframework + spring-aop + 2.5.6 + compile + + + org.springframework + spring-context + 2.5.6 + compile + + + org.springframework + spring-jms + 2.5.6 + compile + + + org.springframework + spring-tx + 2.5.6 + compile + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.springframework.integration + spring-integration-ws + ${project.version} + compile + + + org.springframework.integration + spring-integration-xml + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.security/build.xml b/org.springframework.integration.security/build.xml index f67f70c9f5..05a7bb02ed 100644 --- a/org.springframework.integration.security/build.xml +++ b/org.springframework.integration.security/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.security/pom.xml b/org.springframework.integration.security/pom.xml index 9456768776..c049b35ff9 100644 --- a/org.springframework.integration.security/pom.xml +++ b/org.springframework.integration.security/pom.xml @@ -1,42 +1,71 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-security - jar - Spring Integration Security Support - 1.0.2.RELEASE - - - junit - junit - 4.4 - test - - - org.easymock - easymock - 2.3 - test - - - org.springframework - spring-test - 2.5.6 - - - org.springframework.integration - spring-integration-core - ${project.version} - - - org.springframework.security - spring-security-core - ${spring.security.version} - - - - 2.0.4 - + + + 4.0.0 + org.springframework.integration + spring-integration-security + jar + Spring Integration Security Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + org.easymock + easymock + 2.3 + test + + + junit + junit + 4.4 + test + + + org.springframework + spring-aop + 2.5.6 + compile + + + org.springframework + spring-test + 2.5.6 + test + + + org.springframework + spring-tx + 2.5.6 + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.springframework.security + spring-security-core + 2.0.4 + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.stream/build.xml b/org.springframework.integration.stream/build.xml index 2a36ec4d31..e863717c2c 100644 --- a/org.springframework.integration.stream/build.xml +++ b/org.springframework.integration.stream/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.stream/pom.xml b/org.springframework.integration.stream/pom.xml index f2a7b4ac48..a093cd1192 100644 --- a/org.springframework.integration.stream/pom.xml +++ b/org.springframework.integration.stream/pom.xml @@ -1,29 +1,53 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-stream - jar - Spring Integration Stream Support - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - - junit - junit - 4.4 - test - - - org.springframework - spring-test - 2.5.6 - test - - + + + 4.0.0 + org.springframework.integration + spring-integration-stream + jar + Spring Integration Stream Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + junit + junit + 4.4 + test + + + org.springframework + spring-core + 2.5.6 + compile + + + org.springframework + spring-test + 2.5.6 + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.ws/build.xml b/org.springframework.integration.ws/build.xml index 111096f782..1e5b4b3f3f 100644 --- a/org.springframework.integration.ws/build.xml +++ b/org.springframework.integration.ws/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration.ws/pom.xml b/org.springframework.integration.ws/pom.xml index d8f23aa76a..888dd71787 100644 --- a/org.springframework.integration.ws/pom.xml +++ b/org.springframework.integration.ws/pom.xml @@ -1,49 +1,89 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-ws - jar - Spring Integration Web Services Support - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-adapter - ${project.version} - - - com.sun.xml.messaging.saaj - saaj-impl - 1.3 - provided - - - javax.xml.soap - saaj-api - 1.3 - provided - - - org.springframework.ws - spring-ws-core - ${spring.ws.version} - - - org.springframework.ws - spring-oxm - ${spring.ws.version} - - - junit - junit - 4.4 - test - - - - 1.5.5 - - + + + 4.0.0 + org.springframework.integration + spring-integration-ws + jar + Spring Integration Web Services Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + com.sun.xml.messaging.saaj + saaj-impl + 1.3 + provided + + + javax.xml.soap + saaj-api + 1.3 + provided + + + stax + stax + 1.2.0 + provided + + + org.springframework.integration + spring-integration-adapter + ${project.version} + compile + + + org.springframework.ws + spring-oxm + 1.5.5 + compile + + + org.springframework.ws + spring-ws-core + 1.5.5 + compile + + + junit + junit + 4.4 + test + + + org.springframework + spring-test + 2.5.6 + test + + + org.mockito + mockito-all + 1.6 + test + + + org.springframework + spring-test + 2.5.6 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration.xml/build.xml b/org.springframework.integration.xml/build.xml index b3c3959c00..0cd10dabef 100644 --- a/org.springframework.integration.xml/build.xml +++ b/org.springframework.integration.xml/build.xml @@ -3,6 +3,7 @@ + \ No newline at end of file diff --git a/org.springframework.integration.xml/pom.xml b/org.springframework.integration.xml/pom.xml index e416c7c2a7..d432a5a7e4 100644 --- a/org.springframework.integration.xml/pom.xml +++ b/org.springframework.integration.xml/pom.xml @@ -1,64 +1,98 @@ - - - 4.0.0 - org.springframework.integration - spring-integration-xml - jar - Spring Integration XML Support - 1.0.2.RELEASE - - - org.springframework.integration - spring-integration-core - ${project.version} - - - javax.activation - activation - - 1.1 - provided - - - jaxb-api - javax.xml.bind - - 2.1 - provided - - - org.springframework.ws - spring-xml - ${spring.ws.version} - - - org.springframework.ws - spring-oxm - ${spring.ws.version} - - - - junit - junit - 4.4 - test - - - org.springframework - spring-test - ${spring.version} - test - - - xmlunit - xmlunit - 1.2 - - - - 1.5.5 - 2.5.6 - - + + + 4.0.0 + org.springframework.integration + spring-integration-xml + jar + Spring Integration XML Support + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + + + + + javax.activation + activation + 1.1.1 + provided + + + javax.xml.bind + jaxb-api + + 2.1 + provided + + + stax + stax + 1.2.0 + true + + + xmlunit + xmlunit + 1.2 + test + + + junit + junit + 4.4 + test + + + org.springframework + spring-context + 2.5.6 + compile + + + org.springframework + spring-test + 2.5.6 + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.springframework.ws + spring-oxm-tiger + 1.5.5 + compile + + + org.springframework.ws + spring-oxm + 1.5.5 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.integration/build.xml b/org.springframework.integration/build.xml index a471c562c5..75d534de71 100644 --- a/org.springframework.integration/build.xml +++ b/org.springframework.integration/build.xml @@ -3,6 +3,7 @@ + diff --git a/org.springframework.integration/pom.xml b/org.springframework.integration/pom.xml index 12fa437d48..3073f01632 100644 --- a/org.springframework.integration/pom.xml +++ b/org.springframework.integration/pom.xml @@ -2,11 +2,15 @@ 4.0.0 - org.springframework.integration spring-integration-core jar Spring Integration Core - 1.0.2.RELEASE + + org.springframework.integration + spring-integration-parent + 1.0.2.RELEASE + ../build-spring-integration + cglib @@ -48,12 +52,11 @@ test - org.mockito - com.springsource.org.mockito - 1.6.0 - test + org.mockito + mockito-all + 1.6 + test - 2.5.6