diff --git a/org.springframework.integration.adapter/pom.xml b/org.springframework.integration.adapter/pom.xml index b156512763..77479c324d 100644 --- a/org.springframework.integration.adapter/pom.xml +++ b/org.springframework.integration.adapter/pom.xml @@ -9,9 +9,15 @@ 1.0.2.RELEASE - org.springframework.integration - spring-integration-core - ${project.version} + org.springframework.integration + spring-integration-core + ${project.version} + + + junit + junit + 4.4 + test \ No newline at end of file diff --git a/org.springframework.integration.event/pom.xml b/org.springframework.integration.event/pom.xml index 586563d8bd..aad95ae39e 100644 --- a/org.springframework.integration.event/pom.xml +++ b/org.springframework.integration.event/pom.xml @@ -13,5 +13,11 @@ spring-integration-adapter ${project.version} + + junit + junit + 4.4 + test + \ No newline at end of file diff --git a/org.springframework.integration.file/pom.xml b/org.springframework.integration.file/pom.xml index a4ab11022c..8b9f86d4ea 100644 --- a/org.springframework.integration.file/pom.xml +++ b/org.springframework.integration.file/pom.xml @@ -8,6 +8,36 @@ 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 diff --git a/org.springframework.integration.http/pom.xml b/org.springframework.integration.http/pom.xml index 520431239f..9ce4e29fe7 100644 --- a/org.springframework.integration.http/pom.xml +++ b/org.springframework.integration.http/pom.xml @@ -19,6 +19,18 @@ 2.5 provided + + junit + junit + 4.4 + test + + + org.springframework + spring-test + ${spring.version} + test + 2.5.6 diff --git a/org.springframework.integration.httpinvoker/pom.xml b/org.springframework.integration.httpinvoker/pom.xml index f8dbf1c649..8335c78997 100644 --- a/org.springframework.integration.httpinvoker/pom.xml +++ b/org.springframework.integration.httpinvoker/pom.xml @@ -24,6 +24,18 @@ 2.5 provided + + junit + junit + 4.4 + test + + + org.springframework + spring-test + ${spring.version} + test + 2.5.6 diff --git a/org.springframework.integration.jms/pom.xml b/org.springframework.integration.jms/pom.xml index 98ac8c8514..4b13328346 100644 --- a/org.springframework.integration.jms/pom.xml +++ b/org.springframework.integration.jms/pom.xml @@ -24,6 +24,12 @@ 1.1 provided + + junit + junit + 4.4 + test + 2.5.6 diff --git a/org.springframework.integration.mail/pom.xml b/org.springframework.integration.mail/pom.xml index fc719a5f45..9097018ff0 100644 --- a/org.springframework.integration.mail/pom.xml +++ b/org.springframework.integration.mail/pom.xml @@ -19,5 +19,29 @@ 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 + \ No newline at end of file diff --git a/org.springframework.integration.rmi/pom.xml b/org.springframework.integration.rmi/pom.xml index 802eb6bc0c..684c512bbf 100644 --- a/org.springframework.integration.rmi/pom.xml +++ b/org.springframework.integration.rmi/pom.xml @@ -9,9 +9,21 @@ 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 + + + org.springframework.integration + spring-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 index 1c7127f3bb..9d822ed482 100644 --- a/org.springframework.integration.samples/pom.xml +++ b/org.springframework.integration.samples/pom.xml @@ -49,6 +49,12 @@ spring-integration-jms ${project.version} + + junit + junit + 4.4 + test + 2.5.6 diff --git a/org.springframework.integration.security/pom.xml b/org.springframework.integration.security/pom.xml index aa8179c2b4..9456768776 100644 --- a/org.springframework.integration.security/pom.xml +++ b/org.springframework.integration.security/pom.xml @@ -8,6 +8,23 @@ 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 diff --git a/org.springframework.integration.stream/pom.xml b/org.springframework.integration.stream/pom.xml index 843c7b3852..f2a7b4ac48 100644 --- a/org.springframework.integration.stream/pom.xml +++ b/org.springframework.integration.stream/pom.xml @@ -13,5 +13,17 @@ spring-integration-adapter ${project.version} + + junit + junit + 4.4 + test + + + org.springframework + spring-test + 2.5.6 + test + \ No newline at end of file diff --git a/org.springframework.integration.ws/pom.xml b/org.springframework.integration.ws/pom.xml index f23c98c8dd..d8f23aa76a 100644 --- a/org.springframework.integration.ws/pom.xml +++ b/org.springframework.integration.ws/pom.xml @@ -35,6 +35,12 @@ spring-oxm ${spring.ws.version} + + junit + junit + 4.4 + test + 1.5.5 diff --git a/org.springframework.integration.xml/pom.xml b/org.springframework.integration.xml/pom.xml index 3d5d499e44..e416c7c2a7 100644 --- a/org.springframework.integration.xml/pom.xml +++ b/org.springframework.integration.xml/pom.xml @@ -37,9 +37,28 @@ 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 \ No newline at end of file diff --git a/org.springframework.integration/pom.xml b/org.springframework.integration/pom.xml index 75f0364cbe..12fa437d48 100644 --- a/org.springframework.integration/pom.xml +++ b/org.springframework.integration/pom.xml @@ -8,22 +8,52 @@ Spring Integration Core 1.0.2.RELEASE + + cglib + cglib + 2.1_3 + test + + + junit + junit + 4.4 + test + + + org.easymock + easymock + 2.3 + test + org.springframework spring-aop ${spring.version} + + + org.springframework + spring-context + ${spring.version} org.springframework spring-tx ${spring.version} + + org.springframework + spring-test + ${spring.version} + test + org.mockito com.springsource.org.mockito 1.6.0 test + 2.5.6