You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tilman Hausherr (Jira)" <ji...@apache.org> on 2021/04/14 19:05:00 UTC

[jira] [Commented] (TIKA-3354) [tika-parsers] Wrong commons-io version imported

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

Tilman Hausherr commented on TIKA-3354:
---------------------------------------

I looked at several pom.xml files and have no idea what happened. The parser pom.xml takes care to exclude dependencies to old versions so I wonder how these come back?!

> [tika-parsers] Wrong commons-io version imported
> ------------------------------------------------
>
>                 Key: TIKA-3354
>                 URL: https://issues.apache.org/jira/browse/TIKA-3354
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.26
>            Reporter: Arnaud MERGEY
>            Priority: Major
>
> tika-parsers is not importing the correct commons-io version in osgi.
> Manifest is importing commons io 1
> {code:java}
>  org.apache.commons.io.output;resolution:=optional;version="[1.4,2)"{code}
> it should import version 2.8 of commons io as declared in maven



--
This message was sent by Atlassian Jira
(v8.3.4#803005)