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 2011/10/31 12:48:26 UTC

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

Author: ferdy
Date: Mon Oct 31 11:48:26 2011
New Revision: 1195422

URL: http://svn.apache.org/viewvc?rev=1195422&view=rev
Log:
NUTCH-1156 building errors with gora-hbase - exclude thrift

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=1195422&r1=1195421&r2=1195422&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Mon Oct 31 11:48:26 2011
@@ -124,11 +124,12 @@
 		</dependency>
 -->
 
-                <!--global exclusion-->
-             	<exclude module="ant" />
-             	<exclude module="jmxtools" />
-             	<exclude module="jms" />
-             	<exclude module="jmxri" />
+             <!--global exclusion-->
+             <exclude module="ant" />
+             <exclude module="jmxtools" />
+             <exclude module="jms" />
+             <exclude module="jmxri" />
+             <exclude module="thrift" />
 	</dependencies>
 
 </ivy-module>