This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch activemq-5.15.x in repository https://gitbox.apache.org/repos/asf/activemq.git
View the commit online: https://github.com/apache/activemq/commit/5035c4bec39a3318d48f0214dfe2fdd17f27552e The following commit(s) were added to refs/heads/activemq-5.15.x by this push: new 5035c4b Fix build of ActiveMQ OSGi bundle 5035c4b is described below commit 5035c4bec39a3318d48f0214dfe2fdd17f27552e Author: Jean-Baptiste Onofré <[email protected]> AuthorDate: Wed Nov 20 16:41:30 2019 +0100 Fix build of ActiveMQ OSGi bundle --- activemq-osgi/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index cac0f37..53d8f79 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -170,11 +170,6 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>activemq-web</artifactId> - <exclusions> - <exclusion> - <artifactId>activemq-all</artifactId> - </exclusion> - </exclusions> </dependency> <dependency>
