Issue with adding jar in OSGI bundle using <Embed-Dependency>
问题 I'm trying to embed third party libs and application jar in a OSGI bundle.I read the felix maven plugin document and tried using Embed-Dependency . But it doesn't seem to have any effect. Here's my pom <dependencies> <dependency> <groupId>com.test</groupId> <artifactId>taxonomymessagebundle</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> <scope>compile</scope>