Repository: activemq Updated Branches: refs/heads/activemq-5.14.x 727000f11 -> 2d4b13be3
[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/2d4b13be Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/2d4b13be Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/2d4b13be Branch: refs/heads/activemq-5.14.x Commit: 2d4b13be3f701eaddbff68b6cc2c1ef17f7f5231 Parents: 727000f Author: Christian Schneider <[email protected]> Authored: Wed Feb 15 14:25:55 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Wed Feb 15 14:26:27 2017 +0100 ---------------------------------------------------------------------- activemq-osgi/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/2d4b13be/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 60020ee..326a99a 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -162,6 +162,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>
