yogendra / ivyidea

Automatically exported from code.google.com/p/ivyidea
0 stars 0 forks source link

Dependency force="true" attribute not respected #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add dependency to ivy.xml with force="true"
2. Add a new dependency that has a transitive dependency on the dependency 
added in step 1 but with a different version 
3. Resolve module in IDEA

What is the expected output? What do you see instead?
Expected: only version of dependency marked force="true" is in module 
dependency list
Actual: Both versions are in module dependency list

What version of the product are you using? On what operating system?
IntelliJ 12.1
IvyIDEA 1.0.4
Linux 64-bit

Please provide any additional information below.

See attached patch for easy fix.

Original issue reported on code.google.com by spatialguru.net@gmail.com on 5 Apr 2013 at 7:40

Attachments: