Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.2, 2.0.0-alpha-2
-
None
-
Ivy 1.5.0-incubating-dev-20070308022022 - 20070308022022
Description
If I use defaultConflictManager="strict"
I get this
[ extern | commons-logging | 1.1 ] (needed by [[ extern | spring-framework | 2.0.2 ], [ ubs | laredo | working@whou0128628 ]])
conflicts with [ extern | commons-logging | [1.0.4,) ] (needed by [[extern | hibernate | 3.2.1 ]])
It looks like the strict ConflictManager does not support dynamic ranges. 1.1 != [1.0.4,) One package is requesting 1.1, the other is asking for 1.0.4 or greater.