Author: jnioche
Date: Tue Sep 22 14:30:13 2015
New Revision: 1704641
URL: http://svn.apache.org/viewvc?rev=1704641&view=rev
Log:
bugfix removed Guave dependency see NUTCH-2095
Modified:
nutch/trunk/ivy/ivy.xml
Modified: nutch/trunk/ivy/ivy.xml
URL:
http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1704641&r1=1704640&r2=1704641&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Tue Sep 22 14:30:13 2015
@@ -86,6 +86,7 @@
<!-- WARC artifacts needed -->
<dependency org="org.netpreserve.commons"
name="webarchive-commons" rev="1.1.5" conf="*->default">
<exclude module="hadoop-core"/>
+ <exclude org="com.google.guava"/>
</dependency>
<!--artifacts needed for testing -->