RE: how to exclude dependency from ALL dependencies....

2011-02-05 Thread Hiller, Dean (Contractor)
Sweet, thanks, Dean -Original Message- From: Geoff Clitheroe [mailto:g.clithe...@gmail.com] Sent: Friday, February 04, 2011 5:15 PM To: ivy-user@ant.apache.org Subject: Re: how to exclude dependency from ALL dependencies Yes, you can use exclude http://ant.apache.org/ivy/history

Re: how to exclude dependency from ALL dependencies....

2011-02-04 Thread Geoff Clitheroe
Yes, you can use exclude http://ant.apache.org/ivy/history/latest-milestone/ivyfile/exclude.html e.g., this in my ivy.xml does exactly what you imagine ... FWIW I tend to put this at the end of the dependencies se

how to exclude dependency from ALL dependencies....

2011-02-04 Thread Hiller, Dean (Contractor)
I have about 6 things that depend on commons logging and I am trying to pull in slf4j and it's commons api, jdk api, log4j api, but I have to go add 6 different exclude and worse yet if we add a new dependency, we could end up accidentally sucking the commons jar back in again. Is there a way i