Greetings, I'm new to Maven and am using Maven 2.0.
I'm trying to build a web application. That application has some dependencies such as Hibernate3 and Spring. The transitive dependency feature of Maven is copying in several .jar files which I don't necessarily need at run time because I'm not using those particular features of Hibernate3 and Spring. Is there a way to only have Maven copy over those dependencies that are explicitely defined or do I have to use the "excludes" feature to exclude those dependent dependencies which I don't need.

/robert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to