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 2015/01/27 22:45:40 UTC

svn commit: r1655169 - in /nutch/branches/2.x: CHANGES.txt src/plugin/parse-tika/ivy.xml src/plugin/parse-tika/plugin.xml

Author: snagel
Date: Tue Jan 27 21:45:39 2015
New Revision: 1655169

URL: http://svn.apache.org/r1655169
Log:
NUTCH-1893 Parse-tika failes to parse feed files

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/src/plugin/parse-tika/ivy.xml
    nutch/branches/2.x/src/plugin/parse-tika/plugin.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1655169&r1=1655168&r2=1655169&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Tue Jan 27 21:45:39 2015
@@ -2,7 +2,7 @@ Nutch Change Log
 
 Current Development 2.4-SNAPSHOT
 
-NUTCH-XX
+* NUTCH-1893 Parse-tika failes to parse feed files (Mengying Wang via snagel)
 
 Nutch 2.3 Release 08012015 (ddmmyyyy)
 Release Report - http://s.apache.org/nutch_2.3

Modified: nutch/branches/2.x/src/plugin/parse-tika/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/src/plugin/parse-tika/ivy.xml?rev=1655169&r1=1655168&r2=1655169&view=diff
==============================================================================
--- nutch/branches/2.x/src/plugin/parse-tika/ivy.xml (original)
+++ nutch/branches/2.x/src/plugin/parse-tika/ivy.xml Tue Jan 27 21:45:39 2015
@@ -39,6 +39,7 @@
     <dependency org="org.apache.tika" name="tika-parsers" rev="1.6" conf="*->default">
      <exclude org="org.apache.tika" name="tika-core" />
     </dependency>
+    <override module="rome" rev="0.9"/>
   </dependencies>
   
 </ivy-module>

Modified: nutch/branches/2.x/src/plugin/parse-tika/plugin.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/src/plugin/parse-tika/plugin.xml?rev=1655169&r1=1655168&r2=1655169&view=diff
==============================================================================
--- nutch/branches/2.x/src/plugin/parse-tika/plugin.xml (original)
+++ nutch/branches/2.x/src/plugin/parse-tika/plugin.xml Tue Jan 27 21:45:39 2015
@@ -55,7 +55,7 @@
       <library name="poi-ooxml-3.11-beta2.jar"/>
       <library name="poi-ooxml-schemas-3.11-beta2.jar"/>
       <library name="poi-scratchpad-3.11-beta2.jar"/>
-      <library name="rome-1.0.jar"/>
+      <library name="rome-0.9.jar"/>
       <library name="slf4j-api-1.6.1.jar"/>
       <library name="tagsoup-1.2.1.jar"/>
       <library name="tika-parsers-1.6.jar"/>