[
https://issues.apache.org/jira/browse/TIKA-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925225#comment-13925225
]
Nick Burch commented on TIKA-1023:
----------------------------------
Upgraded to 0.3 in r1575716, which hopefully fixes the problem (as well as
bringing in Ogg Opus support)
> Weird <scope> associated to vorbis-java-core tests in vorbis-java-tika
> ----------------------------------------------------------------------
>
> Key: TIKA-1023
> URL: https://issues.apache.org/jira/browse/TIKA-1023
> Project: Tika
> Issue Type: Bug
> Components: packaging
> Affects Versions: 1.2
> Reporter: Thomas Mortagne
>
> Here is how the dependencu is declared:
> {code}
> <dependency>
> <groupId>${project.groupId}</groupId>
> <artifactId>vorbis-java-core</artifactId>
> <version>${project.version}</version>
> <classifier>tests</classifier>
> <scope>test,provided</scope>
> </dependency>
> {code}
> It's the first time I see such a multiple scope.
> Among other things it make the Maven WAR plugin include this dependency as if
> it was a build scope dependency.
> I don't know if this worked in old version of Maven but
> org.apache.maven.model.Dependency has only one scope for sure.
--
This message was sent by Atlassian JIRA
(v6.2#6252)