You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "George Young (JIRA)" <ji...@apache.org> on 2014/06/18 11:18:02 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14035504#comment-14035504 ] 

George Young commented on TIKA-967:
-----------------------------------

I can't see a release date for Tika 1.6 and we are suffering from this now. Is there any plan to change the library in 1.5? 

> 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)