This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq.git
View the commit online: https://github.com/apache/activemq/commit/78c044136f038c346510c42a60bc2caaba8e641c The following commit(s) were added to refs/heads/master by this push: new 78c0441 Fix build of ActiveMQ OSGi bundle 78c0441 is described below commit 78c044136f038c346510c42a60bc2caaba8e641c 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 8ee9c23..2c31c4b 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>
