On Thursday 24 August 2006 02:22, Jim M. Birchfield wrote: > The current version (0.8.0-SNAPSHOT) places the entire jar dependency in > the generated bundle jar file. I could not figure out how to get around > this,
Maven allows an <exclude> directive in <dependency> where you can list transitive dependencies which are not to be included. Cheers Niclas