You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ar...@apache.org on 2011/09/15 19:45:47 UTC

svn commit: r1171193 - in /incubator/sqoop/trunk: ivy/libraries.properties pom.xml

Author: arvind
Date: Thu Sep 15 17:45:46 2011
New Revision: 1171193

URL: http://svn.apache.org/viewvc?rev=1171193&view=rev
Log:
SQOOP-325. Sqoop doesn't build on itelliJ.

(Alex Newman via Arvind Prabhakar)

Modified:
    incubator/sqoop/trunk/ivy/libraries.properties
    incubator/sqoop/trunk/pom.xml

Modified: incubator/sqoop/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/ivy/libraries.properties?rev=1171193&r1=1171192&r2=1171193&view=diff
==============================================================================
--- incubator/sqoop/trunk/ivy/libraries.properties (original)
+++ incubator/sqoop/trunk/ivy/libraries.properties Thu Sep 15 17:45:46 2011
@@ -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
 

Modified: incubator/sqoop/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/pom.xml?rev=1171193&r1=1171192&r2=1171193&view=diff
==============================================================================
--- incubator/sqoop/trunk/pom.xml (original)
+++ incubator/sqoop/trunk/pom.xml Thu Sep 15 17:45:46 2011
@@ -85,6 +85,8 @@ limitations under the License.
     <hadoopVersion>0.20.2-cdh3u1</hadoopVersion>
 
     <hbaseVersion>0.90.3-cdh3u1</hbaseVersion>
+    <log4j.version>1.2.16</log4j.version>
+
   </properties>
 
   <dependencies>
@@ -250,7 +252,12 @@ limitations under the License.
       <version>1.5.8</version>
       <scope>test</scope>
     </dependency>
-
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>${log4j.version}</version>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>