The bundle-plugin of felix can do that to some extend, I use it to embed the 
dependencies. They are automatically downloaded via maven. However especually 
when your artifact has so many uneeded dependencies it is better to decide case 
by case how you want to resolve them.

Gruss
Bernd

-- 
http://bernd.eckenfels.net

-----Original Message-----
From: Pedro Domingues <pedro.doming...@ist.utl.pt>
To: users@felix.apache.org
Sent: So., 11 Okt. 2015 17:17
Subject: Re: Help in using your Quartz OSGi bundle

I understand that everything has dependencies, however I wish this 
embedding could be automated, for example having maven downloading and 
embedding transitive dependencies into the quartz bundle.

Thanks

On 11/10/2015 16:08, e...@zusammenkunft.net wrote:
> Hello,
>
> Have to agree with Neil, hower I want to add, that the bundling of Quartz 
> here is the problem, it could make some dependencies optional and it could 
> even add some of the dependencies inside the bundle. This is what I did with 
> Quartz, I embedded Quartz and some of its dependencies inside a bundle to 
> greatly remove its external dependencies. You can even overwrite/remove some 
> imports for unused artifacts. Quartz needs this special treatment since its a 
> big ugly blob of goo.
>
> Greetings
> Bernd
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to