Hi all,
 
transitive dependencies can be a real pain when you have a lot of
external dependencies in your project. Using <exclusions> tags is a
tedious operation in this case, so I was wondering if a quicker way
exists... 
 
How can one create a pom module that contains a list of dependencies
(let's name it "lib pom"), so that when the lib pom is added as a
dependecy in let's say a war project, the exact list of dependencies
from lib pom (no more, no less => no transitivity) are added to the war
WEB-INF/lib ?
 
Thanks for your help,
 
Sebastien

Reply via email to