diff --git a/org.springframework.integration.adapter/pom.xml b/org.springframework.integration.adapter/pom.xml new file mode 100644 index 0000000000..9bc3685929 --- /dev/null +++ b/org.springframework.integration.adapter/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.adapter + jar + Spring Integration Adapters + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + \ No newline at end of file diff --git a/org.springframework.integration.event/pom.xml b/org.springframework.integration.event/pom.xml new file mode 100644 index 0000000000..d3af39639a --- /dev/null +++ b/org.springframework.integration.event/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.event + jar + Spring Integration ApplicationEvent Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + \ No newline at end of file diff --git a/org.springframework.integration.file/pom.xml b/org.springframework.integration.file/pom.xml new file mode 100644 index 0000000000..509b1462e5 --- /dev/null +++ b/org.springframework.integration.file/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.file + jar + Spring Integration File Adapters + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + \ No newline at end of file diff --git a/org.springframework.integration.httpinvoker/pom.xml b/org.springframework.integration.httpinvoker/pom.xml new file mode 100644 index 0000000000..af7e74f9a2 --- /dev/null +++ b/org.springframework.integration.httpinvoker/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.httpinvoker + jar + Spring Integration HttpInvoker Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + org.springframework + spring-web + ${spring.version} + + + javax.servlet + servlet-api + 2.5 + provided + + + + 2.5.6 + + \ No newline at end of file diff --git a/org.springframework.integration.jms/pom.xml b/org.springframework.integration.jms/pom.xml new file mode 100644 index 0000000000..d19b43c084 --- /dev/null +++ b/org.springframework.integration.jms/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.jms + jar + Spring Integration JMS Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + org.springframework + org.springframework.jms + ${spring.version} + + + javax.jms + jms + 1.1 + provided + + + + 2.5.6 + + \ No newline at end of file diff --git a/org.springframework.integration.mail/pom.xml b/org.springframework.integration.mail/pom.xml new file mode 100644 index 0000000000..7fcc984999 --- /dev/null +++ b/org.springframework.integration.mail/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.mail + jar + Spring Integration Mail Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + javax.mail + mail + 1.4.1 + provided + + + \ No newline at end of file diff --git a/org.springframework.integration.rmi/pom.xml b/org.springframework.integration.rmi/pom.xml new file mode 100644 index 0000000000..8747de4a35 --- /dev/null +++ b/org.springframework.integration.rmi/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.rmi + jar + Spring Integration RMI Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + \ No newline at end of file diff --git a/org.springframework.integration.samples/pom.xml b/org.springframework.integration.samples/pom.xml new file mode 100644 index 0000000000..19d33a5c8d --- /dev/null +++ b/org.springframework.integration.samples/pom.xml @@ -0,0 +1,61 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.samples + jar + Spring Integration Samples + 1.0.1.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 + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.ws + ${project.version} + + + org.springframework.integration + org.springframework.integration.xml + ${project.version} + + + org.springframework.integration + org.springframework.integration.jms + ${project.version} + + + + 2.5.6 + + \ No newline at end of file diff --git a/org.springframework.integration.security/pom.xml b/org.springframework.integration.security/pom.xml new file mode 100644 index 0000000000..992beae591 --- /dev/null +++ b/org.springframework.integration.security/pom.xml @@ -0,0 +1,25 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.security + jar + Spring Integration Security Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.security + spring-security-core + ${spring.security.version} + + + + 2.0.4 + + \ No newline at end of file diff --git a/org.springframework.integration.stream/pom.xml b/org.springframework.integration.stream/pom.xml new file mode 100644 index 0000000000..fac15d4db0 --- /dev/null +++ b/org.springframework.integration.stream/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.stream + jar + Spring Integration Stream Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + \ No newline at end of file diff --git a/org.springframework.integration.ws/pom.xml b/org.springframework.integration.ws/pom.xml new file mode 100644 index 0000000000..5dfeb6fe42 --- /dev/null +++ b/org.springframework.integration.ws/pom.xml @@ -0,0 +1,52 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.ws + jar + Spring Integration Web Services Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + org.springframework.integration + org.springframework.integration.adapter + ${project.version} + + + com.sun.xml.messaging.saaj + saaj-impl + 1.3 + + + javax.xml.soap + saaj-api + 1.3 + + + javax.xml.stream + stax-api + + 1.0 + + + org.springframework.ws + spring-ws-core + ${spring.ws.version} + + + org.springframework.ws + spring-oxm + ${spring.ws.version} + + + + 1.5.5 + + + \ No newline at end of file diff --git a/org.springframework.integration.xml/pom.xml b/org.springframework.integration.xml/pom.xml new file mode 100644 index 0000000000..20708b57bd --- /dev/null +++ b/org.springframework.integration.xml/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration.xml + jar + Spring Integration XML Support + 1.0.1.RELEASE + + + org.springframework.integration + org.springframework.integration + ${project.version} + + + javax.activation + activation + + 1.1 + + + jaxb-api + javax.xml.bind + + 2.1 + + + org.springframework.ws + spring-xml + ${spring.ws.version} + + + org.springframework.ws + spring-oxm + ${spring.ws.version} + + + + 1.5.5 + + + \ No newline at end of file diff --git a/org.springframework.integration/pom.xml b/org.springframework.integration/pom.xml new file mode 100644 index 0000000000..6a87bae5ac --- /dev/null +++ b/org.springframework.integration/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + org.springframework.integration + org.springframework.integration + jar + Spring Integration Core + 1.0.1.RELEASE + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + + 2.5.6 + + \ No newline at end of file