You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2017/12/18 15:49:55 UTC

[nutch] 11/23: NUTCH-2480 Upgrade crawler-commons dependency to 0.9

This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit e7b077eeb2d823b3a09259435915ae69b2a3471a
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Fri Dec 15 13:55:58 2017 +0100

    NUTCH-2480 Upgrade crawler-commons dependency to 0.9
---
 ivy/ivy.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index f7867c4..7333a19 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -74,7 +74,9 @@
 
 		<dependency org="com.google.guava" name="guava" rev="18.0" />
 
-		<dependency org="com.github.crawler-commons" name="crawler-commons" rev="0.8" />
+		<dependency org="com.github.crawler-commons" name="crawler-commons" rev="0.9">
+			<exclude org="org.apache.tika"/>
+		</dependency>
 
 		<dependency org="com.martinkl.warc" name="warc-hadoop" rev="0.1.0" />
 		

-- 
To stop receiving notification emails like this one, please contact
"commits@nutch.apache.org" <co...@nutch.apache.org>.