You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by fe...@apache.org on 2012/05/03 18:53:18 UTC

svn commit: r1333547 - /nutch/branches/nutchgora/ivy/ivy.xml

Author: ferdy
Date: Thu May  3 16:53:18 2012
New Revision: 1333547

URL: http://svn.apache.org/viewvc?rev=1333547&view=rev
Log:
NUTCH-1205 Upgrade gora modules to 0.2 in ivy/ivy.xml (addition)

Modified:
    nutch/branches/nutchgora/ivy/ivy.xml

Modified: nutch/branches/nutchgora/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/ivy/ivy.xml?rev=1333547&r1=1333546&r2=1333547&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Thu May  3 16:53:18 2012
@@ -105,9 +105,10 @@
 
     <!-- Uncomment this to use HBase as Gora backend. -->
     <!-- 
-    <dependency org="org.apache.gora" name="gora-hbase" rev="0.2" conf="*->default" /> 
+    <!-- <dependency org="org.apache.gora" name="gora-hbase" rev="0.2" conf="*->default" />
     -->
 
+
     <!-- Uncomment this to use Accumulo as Gora backend. -->
     <!-- 
     <dependency org="org.apache.gora" name="gora-accumulo" rev="0.2" conf="*->default" />
@@ -115,7 +116,7 @@
 
     <!-- Uncomment this to use Cassandra as Gora backend. -->
     <!-- 
-    <dependency org="org.apache.gora" name="gora-cassandra" rev="0.2" conf="*->default" >
+    <dependency org="org.apache.gora" name="gora-cassandra" rev="0.2" conf="*->default" />
     -->
 
     <!--global exclusion -->
@@ -123,6 +124,7 @@
     <exclude module="slf4j-jdk14" />
     <exclude module="slf4j-simple" />
     <exclude org="hsqldb"/>
+    <exclude org="maven-plugins"/>
     <exclude module="jmxtools" />
     <exclude module="jms" />
     <exclude module="jmxri" />