From a30befd24fb557fb57a7d06b08af67db106415e8 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 3 Aug 2011 14:39:38 +0000 Subject: [PATCH] fix slf4j versions for test to not be dependant about possible various versions due to transitive maven resolution git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1153512 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index b43f04a7..ec43ad69 100644 --- a/pom.xml +++ b/pom.xml @@ -172,6 +172,20 @@ limitations under the License. test + + org.slf4j + slf4j-api + 1.5.8 + test + + + + org.slf4j + slf4j-log4j12 + 1.5.8 + test + +