Author: markus
Date: Wed Feb 17 10:36:40 2016
New Revision: 1730808

URL: http://svn.apache.org/viewvc?rev=1730808&view=rev
Log:
NUTCH-2223 Upgrade xercesImpl to 2.11.0 to fix hang on issue in tika mimetype 
detection

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/ivy/ivy.xml
    nutch/trunk/src/plugin/lib-xml/ivy.xml

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1730808&r1=1730807&r2=1730808&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Wed Feb 17 10:36:40 2016
@@ -1,5 +1,7 @@
 Nutch Change Log
 
+* NUTCH-2223 Upgrade xercesImpl to 2.11.0 to fix hang on issue in tika 
mimetype detection (Tien Nguyen Manh via markus)
+
 * NUTCH-2224 Average bytes/second calculated incorrectly in fetcher (Tien 
Nguyen Manh via markus)
 
 * NUTCH-2225 Parsed time calculated incorrectly (Tien Nguyen Manh via markus)

Modified: nutch/trunk/ivy/ivy.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1730808&r1=1730807&r2=1730808&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Wed Feb 17 10:36:40 2016
@@ -68,7 +68,7 @@
                <dependency org="org.apache.tika" name="tika-core" rev="1.12" />
                <dependency org="com.ibm.icu" name="icu4j" rev="55.1" />
 
-               <dependency org="xerces" name="xercesImpl" rev="2.9.1" />
+               <dependency org="xerces" name="xercesImpl" rev="2.11.0" />
                <dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" />
                <dependency org="oro" name="oro" rev="2.0.8" />
 

Modified: nutch/trunk/src/plugin/lib-xml/ivy.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/src/plugin/lib-xml/ivy.xml?rev=1730808&r1=1730807&r2=1730808&view=diff
==============================================================================
--- nutch/trunk/src/plugin/lib-xml/ivy.xml (original)
+++ nutch/trunk/src/plugin/lib-xml/ivy.xml Wed Feb 17 10:36:40 2016
@@ -38,7 +38,7 @@
   <dependencies>
     <dependency org="org.jdom" name="jdom" rev="1.1" conf="*->default"/>
     <dependency org="jaxen" name="jaxen" rev="1.1.1" conf="*->master"/>
-    <dependency org="xerces" name="xercesImpl" rev="2.9.1" conf="*->master"/>
+    <dependency org="xerces" name="xercesImpl" rev="2.11.0" conf="*->master"/>
   </dependencies>
   
 </ivy-module>


Reply via email to