From 76ce826345c3605cee27e957f5d346140411af85 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Wed, 3 May 2006 17:38:19 +0000 Subject: [PATCH] Remove spring transitive deps, add log4j --- core/pom.xml | 37 +++++++------------------------------ pom.xml | 17 ++++++++++++----- 2 files changed, 19 insertions(+), 35 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 4eaf9eed3e..5c0074326a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -54,6 +54,11 @@ commons-logging 1.0.4 + + commons-lang + commons-lang + 2.0 + commons-codec commons-codec @@ -117,37 +122,9 @@ 1.0.1 test - - - org.springframework - spring-core - 2.0-m2 - - - org.springframework - spring-dao - 2.0-m2 - - - org.springframework - spring-aop - 2.0-m2 - - - org.springframework - spring-beans - 2.0-m2 - - - org.springframework - spring-context - 2.0-m2 - - - org.springframework - spring-web - 2.0-m2 + log4j + log4j diff --git a/pom.xml b/pom.xml index 431fb38819..c5978c1b75 100644 --- a/pom.xml +++ b/pom.xml @@ -253,11 +253,18 @@ - - org.springframework - spring-mock - 2.0-m2 - + + org.springframework + spring-mock + 2.0-m2 + + + log4j + log4j + 1.2.9 + true + runtime +