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

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


The following commit(s) were added to refs/heads/master by this push:
     new f55262b2e NUTCH-3185 Upgrade NekoHTML to 1.9.22
f55262b2e is described below

commit f55262b2e4fe3db7f3c921b3b175789a89e72219
Author: Sebastian Nagel <[email protected]>
AuthorDate: Fri Jun 12 23:12:05 2026 +0200

    NUTCH-3185 Upgrade NekoHTML to 1.9.22
    
    Add lib-nekohtml as import to headings plugin, remove ivy-managed
    dependency.
---
 src/plugin/headings/ivy.xml        | 4 ----
 src/plugin/headings/plugin.xml     | 1 +
 src/plugin/lib-nekohtml/ivy.xml    | 2 +-
 src/plugin/lib-nekohtml/plugin.xml | 2 +-
 4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/plugin/headings/ivy.xml b/src/plugin/headings/ivy.xml
index d173b3e65..052a32bbd 100644
--- a/src/plugin/headings/ivy.xml
+++ b/src/plugin/headings/ivy.xml
@@ -36,8 +36,4 @@
     <artifact conf="master"/>
   </publications>
 
-  <dependencies>
-    <dependency org="net.sourceforge.nekohtml" name="nekohtml" rev="1.9.19" 
conf="test->master"/>
-  </dependencies>
-  
 </ivy-module>
diff --git a/src/plugin/headings/plugin.xml b/src/plugin/headings/plugin.xml
index 0d7921aed..373a85ad1 100644
--- a/src/plugin/headings/plugin.xml
+++ b/src/plugin/headings/plugin.xml
@@ -30,6 +30,7 @@
 
    <requires>
       <import plugin="nutch-extensionpoints"/>
+      <import plugin="lib-nekohtml"/>
    </requires>
 
    <extension id="org.apache.nutch.parse.headings"
diff --git a/src/plugin/lib-nekohtml/ivy.xml b/src/plugin/lib-nekohtml/ivy.xml
index 7c2ae27c7..1ca267c0e 100644
--- a/src/plugin/lib-nekohtml/ivy.xml
+++ b/src/plugin/lib-nekohtml/ivy.xml
@@ -37,7 +37,7 @@
   </publications>
 
   <dependencies>
-    <dependency org="net.sourceforge.nekohtml" name="nekohtml" rev="1.9.19" 
conf="*->master"/>
+    <dependency org="net.sourceforge.nekohtml" name="nekohtml" rev="1.9.22" 
conf="*->master"/>
   </dependencies>
   
 </ivy-module>
diff --git a/src/plugin/lib-nekohtml/plugin.xml 
b/src/plugin/lib-nekohtml/plugin.xml
index 513c9a748..9337273fb 100644
--- a/src/plugin/lib-nekohtml/plugin.xml
+++ b/src/plugin/lib-nekohtml/plugin.xml
@@ -30,7 +30,7 @@
    provider-name="net.sourceforge.nekohtml">
 
    <runtime>
-     <library name="nekohtml-1.9.19.jar">
+     <library name="nekohtml-1.9.22.jar">
         <export name="*"/>
      </library>
    </runtime>

Reply via email to