diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 555d7b142f..aaf065cccd 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -70,6 +70,30 @@ + + org.springframework + spring-context + 3.0.5.RELEASE + compile + + + org.aspectj + aspectjweaver + 1.6.8 + compile + + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + org.easymock easymock @@ -83,15 +107,9 @@ test - org.springframework - spring-context - 3.0.5.RELEASE - compile - - - org.hamcrest - hamcrest-all - 1.1 + org.springframework.integration + spring-integration-test + 2.0.4.BUILD-SNAPSHOT test @@ -101,10 +119,10 @@ test - org.aspectj - aspectjweaver - 1.6.8 - compile + org.hamcrest + hamcrest-all + 1.1 + test org.mockito @@ -119,16 +137,10 @@ compile - log4j - log4j - 1.2.12 - test - - - cglib - cglib-nodep - 2.2 - test + org.springframework.integration + spring-integration-core + 2.0.4.BUILD-SNAPSHOT + compile junit @@ -136,12 +148,6 @@ 4.8.2 test - - org.springframework.integration - spring-integration-core - 2.0.4.BUILD-SNAPSHOT - compile - UTF8