Break searcher dependency on commons-cli
----------------------------------------

                 Key: NUTCH-486
                 URL: https://issues.apache.org/jira/browse/NUTCH-486
             Project: Nutch
          Issue Type: Improvement
          Components: searcher
    Affects Versions: 0.9.0
            Reporter: Mark Woon


0.9 introduced what seems like an unnecessary dependency on commons-cli:

java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException
        at org.apache.nutch.searcher.LinkDbInlinks.<init>(LinkDbInlinks.java:42)
        at org.apache.nutch.searcher.NutchBean.init(NutchBean.java:156)
        at org.apache.nutch.searcher.NutchBean.<init>(NutchBean.java:106)
        at org.apache.nutch.searcher.NutchBean.<init>(NutchBean.java:84)
        at org.apache.nutch.searcher.NutchBean.get(NutchBean.java:71)


Can we please break this dependency?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to