You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Sergio Fernández (JIRA)" <ji...@apache.org> on 2014/09/11 09:01:33 UTC

[jira] [Created] (MARMOTTA-529) Wrong transitive dependency from Infinispan: gnu-getopt:getopt:jar:1.0.13

Sergio Fernández created MARMOTTA-529:
-----------------------------------------

             Summary: Wrong transitive dependency from Infinispan: gnu-getopt:getopt:jar:1.0.13
                 Key: MARMOTTA-529
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-529
             Project: Marmotta
          Issue Type: Bug
          Components: KiWi Triple Store
    Affects Versions: 3.2.1
            Reporter: Sergio Fernández
            Assignee: Sergio Fernández
            Priority: Trivial
             Fix For: 3.3.0


Currently we have the following dependency tree:

{code}
 +- org.infinispan:infinispan-server-hotrod:jar:6.0.1.Final:test
 |  +- org.infinispan:infinispan-server-core:jar:6.0.1.Final:test
 |  |  +- io.netty:netty:jar:3.6.6.Final:test
 |  |  \- gnu-getopt:getopt:jar:1.0.13:test
{code}

But such transitive dependency is wrong, should be {{gnu.getopt:java-getopt:1.0.13}} according what's available from Maven central:

http://search.maven.org/#search%7Cga%7C1%7Cgetopt



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)