mirror of https://github.com/apache/activemq.git
[AMQ-6597] Do not add the camel component decriptors to activemq-osgi
This commit is contained in:
parent
4ffbcb95d6
commit
208a577b0a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue