From f1c0ac45e204a51d7cd41835f11a5ad737995e4a Mon Sep 17 00:00:00 2001 From: ccancellieri Date: Thu, 19 Apr 2012 13:52:39 +0200 Subject: [PATCH] fix test dependency issue --- pom.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 459c3e9..be8a125 100644 --- a/pom.xml +++ b/pom.xml @@ -251,10 +251,6 @@ log4j log4j 1.2.16 - - org.slf4j - slf4j-log4j12 - ${slf4j.version} --> @@ -272,6 +268,18 @@ spring-core 2.5.6.SEC02 test + + + commons-logging + commons-logging + + + + + + org.slf4j + slf4j-log4j12 + ${slf4j.version}