No. You obviously CAN embed it; I just said you shouldn't. In general, embedding should only be used in cases where a library isn't provided as an OSGi bundle. Spring provides bundles, therefore you have no need to embed it.
And if you do embed a library with broad dependencies, be prepared to tune the import list. Justin On Mar 13, 2010, at 3:31 AM, Pascal Kesseli <[email protected]> wrote: > Are you telling me that I can't use Spring with maven-bundle-plugin? > That > seems a bit cheap. What separates Spring so much from other > libraries - > except that it has quite the dependency list? > > > -----Ursprüngliche Nachricht----- > Von: Justin Edelson [mailto:[email protected]] > Gesendet: Freitag, 12. März 2010 19:38 > An: [email protected] > Betreff: Re: <Embed-Dependency> mess > > On 3/12/10 12:29 PM, Pascal Kesseli wrote: >> What is going on here? What am I missing? > > In brief... don't embed Spring. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > Eingehende eMail ist virenfrei. > Von AVG überprüft - www.avg.de > Version: 8.5.436 / Virendatenbank: 271.1.1/2741 - Ausgabedatum: > 03/12/10 > 09:42:00 > > > --------------------------------------------------------------------- > 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]

