Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.2.1
-
None
Description
Currently we have the following dependency tree:
+- 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
But such transitive dependency is wrong, should be gnu.getopt:java-getopt:1.0.13 according what's available from Maven central: