You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2014/09/23 03:23:26 UTC

svn commit: r1626924 - /nutch/branches/2.x/ivy/ivy.xml

Author: lewismc
Date: Tue Sep 23 01:23:25 2014
New Revision: 1626924

URL: http://svn.apache.org/r1626924
Log:
Uncomment gora-cassandra dependency

Modified:
    nutch/branches/2.x/ivy/ivy.xml

Modified: nutch/branches/2.x/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/ivy/ivy.xml?rev=1626924&r1=1626923&r2=1626924&view=diff
==============================================================================
--- nutch/branches/2.x/ivy/ivy.xml (original)
+++ nutch/branches/2.x/ivy/ivy.xml Tue Sep 23 01:23:25 2014
@@ -124,9 +124,9 @@
     <dependency org="org.apache.gora" name="gora-accumulo" rev="0.4" conf="*->default" />
     -->
     <!-- Uncomment this to use Cassandra as Gora backend. -->
-    
+    <!-- 
     <dependency org="org.apache.gora" name="gora-cassandra" rev="0.4" conf="*->default" />
-    
+    -->
     
 	<!-- web app dependencies -->