Return-Path: X-Original-To: apmail-tika-dev-archive@www.apache.org Delivered-To: apmail-tika-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 655ACDF6E for ; Thu, 2 Aug 2012 12:32:03 +0000 (UTC) Received: (qmail 16320 invoked by uid 500); 2 Aug 2012 12:32:03 -0000 Delivered-To: apmail-tika-dev-archive@tika.apache.org Received: (qmail 16283 invoked by uid 500); 2 Aug 2012 12:32:03 -0000 Mailing-List: contact dev-help@tika.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tika.apache.org Delivered-To: mailing list dev@tika.apache.org Received: (qmail 16100 invoked by uid 99); 2 Aug 2012 12:32:02 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 12:32:02 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 7DDAB142851 for ; Thu, 2 Aug 2012 12:32:02 +0000 (UTC) Date: Thu, 2 Aug 2012 12:32:02 +0000 (UTC) From: "Andreas Hubold (JIRA)" To: dev@tika.apache.org Message-ID: <496299323.4921.1343910722518.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1336336205.4240.1343892362537.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (TIKA-967) Tika comes with transitive Maven dependency to a test artifact of vorbis-java-core MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TIKA-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427271#comment-13427271 ] Andreas Hubold commented on TIKA-967: ------------------------------------- I've created a pull request here: https://github.com/Gagravarr/VorbisJava/pull/1 > 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 > Reporter: Andreas Hubold > Priority: Minor > > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira