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: [email protected] For additional commands, e-mail: [email protected]

