[ 
https://issues.apache.org/jira/browse/NUTCH-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577845#comment-17577845
 ] 

Sebastian Nagel commented on NUTCH-2959:
----------------------------------------

Hi [~markus17],

regarding the error with javax.ws.rs dependency: this was an issue with a long 
story until it was fixed (cf. NUTCH-2669, NUTCH-2697, IVY-1586). I remember it 
was painful to get a clean system: delete ~/.ivy2/ and make sure that no ivy 
jar older than 2.5.0 is used and writes to ~/.ivy2/. This prohibits building 
older versions of Nutch, and also other projects built with ant/ivy. An older 
version of ivy could be also requested and downloaded by a Nutch plugin - check 
for properties ivy.version or ivy.installversion, and also whether ivy jars 
happened to be installed somewhere on the system (eg. ~/.ivy2/lib/).

While trying to upgrade to 2.4.0 (NUTCH-2948) I've also I've run in a test 
failure probably due to conflicting dependencies:
- tika-core 2.4.0 required by Nutch core (ivy/ivy.xml)
- any23 requiring tika-parser 2.3.0
- parse-tika requiring tika-parser 2.4.0

In the past there were no issues as any23 includes tika-core. But, eventually, 
we now need to exclude or overwrite some deps in any23.

> Upgrade to Apache Tika 2.4.1
> ----------------------------
>
>                 Key: NUTCH-2959
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2959
>             Project: Nutch
>          Issue Type: Task
>            Reporter: Markus Jelsma
>            Priority: Major
>             Fix For: 1.19
>
>         Attachments: NUTCH-2959.patch
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to