From 053290f80d5abc3872e3c466a9d7530314cc42b5 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 10 Mar 2011 10:38:21 -0500 Subject: [PATCH] INT-1816 updated POM for JMX module to reflect dependency on test module --- spring-integration-jmx/pom.xml | 64 +++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 29 deletions(-) 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