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/501223afdd97ba35816da12b2186ad438ea54181 The following commit(s) were added to refs/heads/activemq-5.15.x by this push: new 501223a Fix build of ActiveMQ OSGi bundle 501223a is described below commit 501223afdd97ba35816da12b2186ad438ea54181 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 27697af..d7fb86f 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>
