You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2010/02/17 17:43:56 UTC

svn commit: r911068 - in /incubator/cassandra/trunk: ivy.xml lib/commons-collections-3.2.1.jar

Author: eevans
Date: Wed Feb 17 16:43:56 2010
New Revision: 911068

URL: http://svn.apache.org/viewvc?rev=911068&view=rev
Log:
use ivy for commons-collections and remove local copy

Patch by eevans; reviewed by Mark Wolfe for CASSANDRA-802

Removed:
    incubator/cassandra/trunk/lib/commons-collections-3.2.1.jar
Modified:
    incubator/cassandra/trunk/ivy.xml

Modified: incubator/cassandra/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/ivy.xml?rev=911068&r1=911067&r2=911068&view=diff
==============================================================================
--- incubator/cassandra/trunk/ivy.xml (original)
+++ incubator/cassandra/trunk/ivy.xml Wed Feb 17 16:43:56 2010
@@ -34,6 +34,8 @@
     <dependency org="com.google.collections" name="google-collections"
                 rev="1.0"/>
     <dependency org="commons-cli" name="commons-cli" rev="1.1"/>
+    <dependency org="commons-collections" name="commons-collections"
+                rev="3.2.1"/>
   </dependencies>
 </ivy-module>