[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 da5742762a
commit c0c9e9c0ab
1 changed files with 5 additions and 1 deletions

View File

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