You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by aps337 <ap...@gmail.com> on 2016/08/15 19:01:32 UTC

Embed-Dependency Not Working

I have a maven project which uses maven-bundle-plugin. It generates an OSGI
bundle as I would expect, however some of the dependencies are in 3rd party
JARs which I do not want to convert to OSGI bundles.

I am trying to use the Embed-Dependency feature but I am not getting results
as expected. If build my project without utilizing this feature, I can see
that the import statement in the manifest has several packages contained in
my 3rd party JAR. At that point I add the following...

<Embed-Dependency>*;scope=runtime</Embed-Dependency>

However, when I look at produced OSGI Bundle (JAR) the contents are
identical. What am I missing here? 



--
View this message in context: http://apache-felix.18485.x6.nabble.com/Embed-Dependency-Not-Working-tp5018109.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

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