-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Auto Closed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Standard Rules
-
Labels:None
We have a dependency foo:bar:1.0 which has been relocated to com:foo:bar:1.1
In dependencyManagement we have defined com:foo:bar:1.2
Maven dependency tree shows 1.2 version
However, requireUpperBoundDeps will fail with exception that 1.1 is resolved.
Maybe Geoffrey De Smet can have a look at it ?