U can add them again as a maven dependency in your pom :) On Thu, Sep 16, 2010 at 4:25 PM, [email protected] <[email protected]> wrote: > Yes, but I need some of them which are not optional > > On 16.09.2010 18:18, hapa li wrote: >> >> u can exclude the transitive dependencies in your pom. >> >> On Thu, Sep 16, 2010 at 2:38 PM, [email protected]<[email protected]> >> wrote: >>> >>> It doesn't matter. Groovy is just an example. I'm trying to tell that if >>> I'm trying to include library into bundle, all optional transitive >>> dependencies become mandatory. >>> >>> On 16.09.2010 14:38, Rémon. Sinnema wrote: >>>>> >>>>> <dependency> >>>>> <groupId>org.codehaus.groovy</groupId> >>>>> <artifactId>groovy</artifactId> >>>>> <version>1.7.0</version> >>>>> </dependency> >>>>> >>>>> It's not a bundle, so I'm trying to include it into my bundle "A": >>>> >>>> The version at >>>> http://dist.groovy.codehaus.org/distributions/groovy-binary-1.7.0.zip >>>> *is* >>>> an >>>> OSGi bundle. >>>> >>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

