[
https://issues.apache.org/jira/browse/TIKA-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445479#comment-17445479
]
Bob Paulin commented on TIKA-3591:
----------------------------------
Actually take that back it looks like commons-io is exporting at BOTH versions
so maybe ok to keep your requirement.
{code:java}
Export-Package: org.apache.commons.io;version="1.4.9999",
...
org.apache.commons.io
;version="2.10.0" {code}
> The Import-Package of commons.io is wrong in MANIFEST.MF
> --------------------------------------------------------
>
> Key: TIKA-3591
> URL: https://issues.apache.org/jira/browse/TIKA-3591
> Project: Tika
> Issue Type: Bug
> Affects Versions: 2.1.0
> Reporter: Per Kristian Söreide
> Priority: Major
>
> The tika-bundle-standard bundle get version 1.4 of commons.io which leads to
> NoSuchMethodException in some Parsers/Detectors since they require later
> versions of commons.io.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)