You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:47:54 UTC

svn commit: r1077719 - /hadoop/common/branches/branch-0.20-security-patches/ivy.xml

Author: omalley
Date: Fri Mar  4 04:47:54 2011
New Revision: 1077719

URL: http://svn.apache.org/viewvc?rev=1077719&view=rev
Log:
commit 9426051a198dc0e3571206dc85be3a97cf6923cb
Author: Chris Douglas <cd...@apache.org>
Date:   Mon Sep 20 19:25:24 2010 -0700

    Remove com.hadoop.compression from ivy to fit in build env, per jab@ request

Modified:
    hadoop/common/branches/branch-0.20-security-patches/ivy.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/ivy.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/ivy.xml?rev=1077719&r1=1077718&r2=1077719&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/ivy.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/ivy.xml Fri Mar  4 04:47:54 2011
@@ -296,10 +296,5 @@
       rev="${aspectj.version}"
       conf="common->default">
     </dependency>
-    <dependency org="com.hadoop.compression"
-      name="hadoop-gpl-compression"
-      rev="${hadoop-gpl-compression.version}"
-      conf="common->master">
-    </dependency>
  </dependencies>
 </ivy-module>