Repository: activemq Updated Branches: refs/heads/master da5742762 -> c0c9e9c0a
[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/c0c9e9c0 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/c0c9e9c0 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/c0c9e9c0 Branch: refs/heads/master Commit: c0c9e9c0ab030a806ef085b08e9605c881fb8bdd Parents: da57427 Author: Christian Schneider <[email protected]> Authored: Wed Feb 15 14:25:55 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Wed Feb 15 14:25:55 2017 +0100 ---------------------------------------------------------------------- activemq-osgi/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/c0c9e9c0/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 83216a2..d389669 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> @@ -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>
