diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index c50c7318ad..5678049c9c 100644 --- a/spring-integration-event/pom.xml +++ b/spring-integration-event/pom.xml @@ -94,6 +94,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index 4932a5c04e..4c5aecaa4a 100644 --- a/spring-integration-feed/pom.xml +++ b/spring-integration-feed/pom.xml @@ -70,6 +70,36 @@ + + org.springframework + spring-context + 3.0.5.RELEASE + compile + + + net.java.dev.rome + rome-fetcher + 1.0.0 + compile + + + junit + junit + + + + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + org.easymock easymock @@ -88,30 +118,18 @@ 2.0.0.BUILD-SNAPSHOT test - - org.springframework - spring-context - 3.0.5.RELEASE - compile - - - net.java.dev.rome - rome-fetcher - 1.0.0 - compile - - - junit - junit - - - org.springframework spring-test 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all @@ -119,22 +137,10 @@ test - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test - - - junit - junit-dep - 4.8.2 - test + org.springframework.integration + spring-integration-core + 2.0.0.BUILD-SNAPSHOT + compile net.java.dev.rome @@ -143,10 +149,10 @@ compile - org.springframework.integration - spring-integration-core - 2.0.0.BUILD-SNAPSHOT - compile + junit + junit-dep + 4.8.2 + test diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index cbfb8b2593..da1592a5db 100644 --- a/spring-integration-file/pom.xml +++ b/spring-integration-file/pom.xml @@ -94,6 +94,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index c68aa70242..c3c1575cc6 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -71,9 +71,15 @@ - org.easymock - easymock - 2.3 + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 test @@ -82,6 +88,12 @@ 2.0 compile + + org.easymock + easymock + 2.3 + test + org.easymock easymockclassextension @@ -113,6 +125,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all @@ -125,18 +143,6 @@ 3.0.5.RELEASE compile - - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test - junit junit-dep diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 922999c439..8c9fb87966 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -82,6 +82,12 @@ 2.3 test + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 3937b87c90..a11ef827a4 100644 --- a/spring-integration-http/pom.xml +++ b/spring-integration-http/pom.xml @@ -70,18 +70,36 @@ - - org.easymock - easymock - 2.3 - test - org.springframework spring-webmvc 3.0.5.RELEASE compile + + javax.servlet + servlet-api + 2.4 + provided + + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + + + org.easymock + easymock + 2.3 + test + commons-httpclient commons-httpclient @@ -113,42 +131,30 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all 1.8.4 test - - javax.servlet - servlet-api - 2.4 - provided - - - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test - - - junit - junit-dep - 4.8.2 - test - org.springframework.integration spring-integration-core 2.0.0.BUILD-SNAPSHOT compile + + junit + junit-dep + 4.8.2 + test + UTF8 diff --git a/spring-integration-httpinvoker/pom.xml b/spring-integration-httpinvoker/pom.xml index 86c843b889..6f90ecc208 100644 --- a/spring-integration-httpinvoker/pom.xml +++ b/spring-integration-httpinvoker/pom.xml @@ -94,6 +94,12 @@ 2.3 test + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index 48a330569d..de6030d6dd 100644 --- a/spring-integration-ip/pom.xml +++ b/spring-integration-ip/pom.xml @@ -100,6 +100,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index b77f253a61..e2ed4a0015 100644 --- a/spring-integration-jdbc/pom.xml +++ b/spring-integration-jdbc/pom.xml @@ -82,12 +82,6 @@ 3.0.5.RELEASE compile - - org.aspectj - aspectjweaver - 1.6.8 - test - org.apache.derby derby @@ -95,9 +89,9 @@ test - cglib - cglib-nodep - 2.2 + org.aspectj + aspectjweaver + 1.6.8 test @@ -106,6 +100,12 @@ 1.2.12 test + + cglib + cglib-nodep + 2.2 + test + com.h2database h2 @@ -142,6 +142,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test @@ -166,18 +172,18 @@ 1.6.8 test - - junit - junit-dep - 4.8.2 - test - org.springframework.integration spring-integration-core 2.0.0.BUILD-SNAPSHOT compile + + junit + junit-dep + 4.8.2 + test + UTF8 diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index c963150052..dfde7a8077 100644 --- a/spring-integration-jms/pom.xml +++ b/spring-integration-jms/pom.xml @@ -142,6 +142,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 7e00135076..9c36082a18 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -88,6 +88,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 0c3fae0053..8f5b2c0e7a 100644 --- a/spring-integration-mail/pom.xml +++ b/spring-integration-mail/pom.xml @@ -70,6 +70,18 @@ + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + org.easymock easymock @@ -107,6 +119,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all @@ -120,16 +138,10 @@ compile - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test + org.springframework.integration + spring-integration-core + 2.0.0.BUILD-SNAPSHOT + compile junit @@ -137,12 +149,6 @@ 4.8.2 test - - org.springframework.integration - spring-integration-core - 2.0.0.BUILD-SNAPSHOT - compile - UTF8 diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 109c8ff307..f27385a828 100644 --- a/spring-integration-rmi/pom.xml +++ b/spring-integration-rmi/pom.xml @@ -94,6 +94,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 6f05b8e488..a7a1cadd57 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -70,6 +70,30 @@ + + org.springframework.security + spring-security-core + 3.0.5.RELEASE + compile + + + spring-support + org.springframework + + + + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + org.easymock easymock @@ -100,6 +124,18 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + + + org.mockito + mockito-all + 1.8.4 + test + org.springframework.security spring-security-config @@ -113,34 +149,10 @@ - org.mockito - mockito-all - 1.8.4 - test - - - org.springframework.security - spring-security-core - 3.0.5.RELEASE + org.springframework.integration + spring-integration-core + 2.0.0.BUILD-SNAPSHOT compile - - - spring-support - org.springframework - - - - - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test junit @@ -148,12 +160,6 @@ 4.8.2 test - - org.springframework.integration - spring-integration-core - 2.0.0.BUILD-SNAPSHOT - compile - UTF8 diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index b19ebc7a93..30ff9662b8 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -131,6 +131,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index 8cf106062c..ecb3b70d98 100644 --- a/spring-integration-stream/pom.xml +++ b/spring-integration-stream/pom.xml @@ -88,6 +88,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index d48b06eca7..df45578cb2 100644 --- a/spring-integration-test/pom.xml +++ b/spring-integration-test/pom.xml @@ -88,6 +88,12 @@ 3.0.5.RELEASE compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index ce2539ec6b..6f57187d64 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -70,6 +70,24 @@ + + org.twitter4j + twitter4j-core + 2.1.3 + compile + + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + org.easymock easymock @@ -101,6 +119,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all @@ -114,21 +138,9 @@ compile - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test - - - org.twitter4j - twitter4j-core - 2.1.3 + org.springframework.integration + spring-integration-core + 2.0.0.BUILD-SNAPSHOT compile @@ -137,12 +149,6 @@ 4.8.2 test - - org.springframework.integration - spring-integration-core - 2.0.0.BUILD-SNAPSHOT - compile - UTF8 diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index 218f2505b3..1d7503f3de 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -151,6 +151,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index 4cae21d715..3c7dae7a3b 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -131,6 +131,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework.ws spring-xml diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 1b30cf94e7..6e1f683266 100644 --- a/spring-integration-xmpp/pom.xml +++ b/spring-integration-xmpp/pom.xml @@ -131,6 +131,12 @@ 3.0.5.RELEASE test + + org.hamcrest + hamcrest-all + 1.1 + test + org.mockito mockito-all