From 56b4b3db944eccbe6ca97ef8d535c597918d3446 Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Thu, 15 Sep 2011 17:45:46 +0000 Subject: [PATCH] SQOOP-325. Sqoop doesn't build on itelliJ. (Alex Newman via Arvind Prabhakar) git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1171193 13f79535-47bb-0310-9956-ffa450edef68 --- ivy/libraries.properties | 2 +- pom.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ivy/libraries.properties b/ivy/libraries.properties index ef7131c8..dbbcb3b9 100644 --- a/ivy/libraries.properties +++ b/ivy/libraries.properties @@ -40,7 +40,7 @@ ivy.version=2.0.0-rc2 junit.version=4.5 -log4j.version=1.2.15 +log4j.version=1.2.16 mvn.version=2.0.10 diff --git a/pom.xml b/pom.xml index da0def82..fd4e7cb1 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,8 @@ limitations under the License. 0.20.2-cdh3u1 0.90.3-cdh3u1 + 1.2.16 + @@ -250,7 +252,12 @@ limitations under the License. 1.5.8 test - + + log4j + log4j + ${log4j.version} + provided +