Repository: activemq
Updated Branches:
  refs/heads/activemq-5.13.x 4ffbcb95d -> 208a577b0


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


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/208a577b
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/208a577b
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/208a577b

Branch: refs/heads/activemq-5.13.x
Commit: 208a577b0a578a64777e420c312cf4cea888370c
Parents: 4ffbcb9
Author: Christian Schneider <[email protected]>
Authored: Wed Feb 15 14:25:55 2017 +0100
Committer: Christian Schneider <[email protected]>
Committed: Wed Feb 15 14:27:01 2017 +0100

----------------------------------------------------------------------
 activemq-osgi/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/208a577b/activemq-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 3793345..c912ba3 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -163,6 +163,11 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-web</artifactId>
+      <exclusions>
+      <exclusion>
+          <artifactId>activemq-all</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
@@ -301,7 +306,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>

Reply via email to