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:52 UTC

svn commit: r911067 - in /incubator/cassandra/trunk: ivy.xml lib/commons-cli-1.1.jar

Author: eevans
Date: Wed Feb 17 16:43:52 2010
New Revision: 911067

URL: http://svn.apache.org/viewvc?rev=911067&view=rev
Log:
use ivy for commons-cli; remove local copy

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

Removed:
    incubator/cassandra/trunk/lib/commons-cli-1.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=911067&r1=911066&r2=911067&view=diff
==============================================================================
--- incubator/cassandra/trunk/ivy.xml (original)
+++ incubator/cassandra/trunk/ivy.xml Wed Feb 17 16:43:52 2010
@@ -33,6 +33,7 @@
 
     <dependency org="com.google.collections" name="google-collections"
                 rev="1.0"/>
+    <dependency org="commons-cli" name="commons-cli" rev="1.1"/>
   </dependencies>
 </ivy-module>