You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2010/06/05 00:06:24 UTC

svn commit: r951592 - /cassandra/trunk/ivy.xml

Author: jbellis
Date: Fri Jun  4 22:06:24 2010
New Revision: 951592

URL: http://svn.apache.org/viewvc?rev=951592&view=rev
Log:
move hadoop dependency to ivy.  patch by jhanna; reviewed by jbellis for CASSANDRA-1165

Modified:
    cassandra/trunk/ivy.xml

Modified: cassandra/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/cassandra/trunk/ivy.xml?rev=951592&r1=951591&r2=951592&view=diff
==============================================================================
--- cassandra/trunk/ivy.xml (original)
+++ cassandra/trunk/ivy.xml Fri Jun  4 22:06:24 2010
@@ -20,15 +20,13 @@
   <info organisation="apache-cassandra" module="cassandra"/>
 
   <dependencies>
-    <!-- for Hadoop unit tests -->
-    <dependency org="commons-logging" name="commons-logging" rev="1.1.1"/>
-
-    <!-- FIXME: paranamer can be dropped after we're depending on avro 
+    <!-- FIXME: paranamer can be dropped after we're depending on avro
     (since it depends on them). -->
     <dependency org="com.thoughtworks.paranamer"
                 name="paranamer-ant" rev="2.1"/>
     <dependency org="junit" name="junit" rev="4.6" />
     <dependency org="org.apache.rat" name="apache-rat" rev="0.6" />
+    <dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.2"/>
   </dependencies>
 </ivy-module>