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
da5742762a
commit
c0c9e9c0ab
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue