RE: Question about excludes

2011-07-28 Thread David Sills
ache.org Subject: Re: Question about excludes I think you can use Override to force the transitive dependency to the higher version. http://ant.apache.org/ivy/history/2.0.0/ivyfile/override.html ~Sent from my mobile device. Please pardon any oddities :-) On Jul 27, 2011, at 4:18 AM, David Sills wrote

Re: Question about excludes

2011-07-27 Thread Neil Miller
Presumably you have a dependency like this somewhere: in which case adding force="true" should work. Like so: This gives tells the conflict manager (if it's willing to listen) that slf4j should be forced to 1.6.1. See: http://ant.apache.org/ivy/history/latest-milestone/settings/conflict-m

Question about excludes

2011-07-27 Thread David Sills
All: I have a project that has a dependency on slf4j. I'm generally using 1.6.1 (with my own patch to fix a bug), but one of my dependencies has a transitive dependency on 1.5.6. I cannot figure out how to get rid of this JAR file in the ivyIDE container. I am trying this: The org and module co