I have a project where I use ivy to manage dependencies. The issue I am having is that it includes 2 jar files in my war even though I don't want them there.
Is there any way I can tell ivy, under no circumstances to put these two jars into my runtime conf? Thanks troy