You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2009/07/03 12:56:11 UTC

svn commit: r790854 - in /hadoop/mapreduce/trunk: CHANGES.txt src/contrib/sqoop/ivy.xml

Author: tomwhite
Date: Fri Jul  3 10:56:10 2009
New Revision: 790854

URL: http://svn.apache.org/viewvc?rev=790854&view=rev
Log:
MAPREDUCE-673. Sqoop depends on commons-cli, which is not in its ivy.xml. Contributed by Kevin Weil.

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt
    hadoop/mapreduce/trunk/src/contrib/sqoop/ivy.xml

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=790854&r1=790853&r2=790854&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Fri Jul  3 10:56:10 2009
@@ -97,3 +97,5 @@
     MAPREDUCE-124. Fix a bug in failure handling of abort task of 
     OutputCommiter. (Amareshwari Sriramadasu via sharad)
 
+    MAPREDUCE-673. Sqoop depends on commons-cli, which is not in its ivy.xml.
+    (Kevin Weil via tomwhite)

Modified: hadoop/mapreduce/trunk/src/contrib/sqoop/ivy.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/contrib/sqoop/ivy.xml?rev=790854&r1=790853&r2=790854&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/src/contrib/sqoop/ivy.xml (original)
+++ hadoop/mapreduce/trunk/src/contrib/sqoop/ivy.xml Fri Jul  3 10:56:10 2009
@@ -48,6 +48,10 @@
       name="commons-httpclient"
       rev="${commons-httpclient.version}"
       conf="common->default"/>
+    <dependency org="commons-cli"
+      name="commons-cli"
+      rev="${commons-cli.version}"
+      conf="common->default"/>
     <dependency org="junit"
       name="junit"
       rev="${junit.version}"