[AMQ-6597] Do not add the camel component decriptors to activemq-osgi

This commit is contained in:
Christian Schneider 2017-02-15 14:25:55 +01:00
parent 4ffbcb95d6
commit 208a577b0a
1 changed files with 5 additions and 1 deletions

View File

@ -163,6 +163,11 @@
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>activemq-web</artifactId> <artifactId>activemq-web</artifactId>
<exclusions>
<exclusion>
<artifactId>activemq-all</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
@ -301,7 +306,6 @@
<groupId>org.apache.felix</groupId> <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId> <artifactId>maven-bundle-plugin</artifactId>
<configuration> <configuration>
<excludeDependencies>activemq-all;scope=compile|runtime</excludeDependencies>
<instructions> <instructions>
<Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator> <Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator>
<Embed-Dependency> <Embed-Dependency>