[
https://issues.apache.org/jira/browse/MARMOTTA-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129717#comment-14129717
]
ASF subversion and git services commented on MARMOTTA-529:
----------------------------------------------------------
Commit 89fd42486633648963d67c6534929bd938ac8650 in marmotta's branch
refs/heads/develop from [~wikier]
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=89fd424 ]
MARMOTTA-529: excluded infinispan's wrong transitive dependency
> 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
>
> Original Estimate: 20m
> Remaining Estimate: 20m
>
> 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)