From 11c4af6dbbb7ef377122b967d5a9594bba3947c0 Mon Sep 17 00:00:00 2001 From: Erik Forkalsrud Date: Sat, 3 Jul 2010 17:17:43 -0700 Subject: [PATCH] standardize logging to slf4j -> log4j --- pom.xml | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 196bb6d..fd6dce4 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,12 @@ velocity-tools 2.0-beta3 runtime + + + commons-logging + commons-logging + + com.drewnoakes @@ -118,6 +124,7 @@ junit junit 4.7 + test com.sleepycat @@ -127,9 +134,39 @@ - org.springframeworkspring-webmvc3.0.0.RELEASE - org.springframeworkspring-context3.0.0.RELEASE - org.springframeworkspring-orm3.0.0.RELEASE + + org.springframework + spring-webmvc + 3.0.0.RELEASE + + + commons-logging + commons-logging + + + + + org.springframework + spring-context + 3.0.0.RELEASE + + + commons-logging + commons-logging + + + + + org.springframework + spring-orm + 3.0.0.RELEASE + + + commons-logging + commons-logging + + + org.apache.lucene lucene-core @@ -150,6 +187,11 @@ jul-to-slf4j 1.5.10 + + org.slf4j + jcl-over-slf4j + 1.5.10 +