Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.5.0-rc1
-
None
-
None
Description
To repro, create an ivy.xml which looks like this (see the attached one for an real-world example that you can test out):
dependency A 1.1
dependency X 1.2
exclude Y
-------
dependency A 1.1's depends on:
dependency X 1.1
Dependency X 1.1's depends on:
dependency Y 1.1
Dependency X 1.2's depends on:
dependency Y 1.2
------------------------------
In this case, we will get Y 1.2. But if we swap the order of the dependencies in our ivy.xml, we'll get Y 1.1. I think 1.1 is correct, because we've excluded 1.2.
Attachments
Attachments
Issue Links
- links to