Is there anyway to exclude artifacts inherited from a parent POM?
Some ideas: Maybe you could simply not inherit from the parent in that case (and declare a dependency on base with the exclusion). Not handy if you have lot of stuff in the parent pom. Another thing to test would be to declare the mail artifact with the version required by ALL-DEPS under the dependencyManagement … Read more