From 1480150df824da91b74ace3a11d859b007703f56 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 25 Mar 2011 13:19:19 +0000 Subject: [PATCH] Tidy up dependencies --- helloworld/pom.xml | 40 +++++++++++++--------------------------- stocks/pom.xml | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index ba82e52..8204c9e 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -16,7 +16,7 @@ true - 3.0.3.RELEASE + 3.0.5.RELEASE 1.0.0.BUILD-SNAPSHOT @@ -41,42 +41,22 @@ ${spring.amqp.version} + + org.springframework + spring-context + ${spring.framework.version} + org.springframework spring-test ${spring.framework.version} test - - org.springframework - spring-context-support - ${spring.framework.version} - runtime - - - org.springframework - spring-aop - ${spring.framework.version} - - - org.springframework - spring-oxm - ${spring.framework.version} - cglib cglib-nodep 2.2 - - - aspectj - aspectjrt - 1.5.4 - - - aspectj - aspectjweaver - 1.5.4 + runtime @@ -87,6 +67,12 @@ test + + org.slf4j + slf4j-log4j12 + 1.5.10 + runtime + log4j log4j diff --git a/stocks/pom.xml b/stocks/pom.xml index 6e46507..7cfa6b7 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -102,6 +102,12 @@ 1.5.4 + + org.codehaus.jackson + jackson-mapper-asl + 1.4.3 + runtime + junit @@ -110,6 +116,18 @@ test + + org.slf4j + jcl-over-slf4j + 1.5.10 + compile + + + org.slf4j + slf4j-log4j12 + 1.5.10 + runtime + log4j log4j