You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2014/05/11 00:10:39 UTC

[jira] [Resolved] (TIKA-967) Tika comes with transitive Maven dependency to a test artifact of vorbis-java-core

     [ https://issues.apache.org/jira/browse/TIKA-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch resolved TIKA-967.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

This was fixed some time ago upstream, and the new version of the library used in 1.6 no longer has the problem, so marking as resolved here

> Tika comes with transitive Maven dependency to a test artifact of vorbis-java-core 
> -----------------------------------------------------------------------------------
>
>                 Key: TIKA-967
>                 URL: https://issues.apache.org/jira/browse/TIKA-967
>             Project: Tika
>          Issue Type: Bug
>          Components: packaging
>    Affects Versions: 1.1, 1.2, 1.3
>            Reporter: Andreas Hubold
>            Priority: Minor
>             Fix For: 1.6
>
>
> Tika 1.2 has the following dependencies:
> {noformat}
> \- org.apache.tika:tika-parsers:jar:1.2:compile
> [INFO]    +- org.apache.tika:tika-core:jar:1.2:compile
> [INFO]    +- org.gagravarr:vorbis-java-tika:jar:0.1:compile
> [INFO]    |  \- org.gagravarr:vorbis-java-core:jar:tests:0.1:runtime
> ..
> [INFO]    +- org.gagravarr:vorbis-java-core:jar:0.1:compile
> {noformat}
> The transitive dependency to {{org.gagravarr:vorbis-java-core:jar:tests}} is wrong. It only contains test resources for vorbis (note that Maven classifier 'tests').
> It seems this is caused by a bug in the pom.xml of org.gagravarr:vorbis-java-tika. It contains a dependency to vorbis-java-core with classifier {{tests}} and scope {{test,provided}}. This is not a valid scope (you can't enumerate multiple scopes here for a Maven dependency).
> Tika could work around this by excluding the transitive dependency in the dependency declaration of {{vorbis-java-tika}}.



--
This message was sent by Atlassian JIRA
(v6.2#6252)