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
The following commit(s) were added to refs/heads/master by this push:
new 5644f9c NUTCH-2708 urlfilter-automaton: update library dependency
(dk.brics.automaton) - fix plugin.xml to refer to updated library
5644f9c is described below
commit 5644f9cd20cf436e631a84586af80e9da1935da8
Author: Sebastian Nagel <[email protected]>
AuthorDate: Mon May 6 18:31:43 2019 +0200
NUTCH-2708 urlfilter-automaton: update library dependency
(dk.brics.automaton)
- fix plugin.xml to refer to updated library
---
src/plugin/urlfilter-automaton/plugin.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugin/urlfilter-automaton/plugin.xml
b/src/plugin/urlfilter-automaton/plugin.xml
index d0cc1ef..35509fa 100644
--- a/src/plugin/urlfilter-automaton/plugin.xml
+++ b/src/plugin/urlfilter-automaton/plugin.xml
@@ -25,7 +25,7 @@
<library name="urlfilter-automaton.jar">
<export name="*"/>
</library>
- <library name="automaton-1.11-8.jar"/>
+ <library name="automaton-1.12-1.jar"/>
</runtime>
<requires>