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
The following commit(s) were added to refs/heads/master by this push:
new ce0fc35 [AMQ-7329] Fix exclusion in activemq-osgi
new d826adf Merge pull request #418 from jbonofre/AMQ-7329
ce0fc35 is described below
commit ce0fc359ef6868f3d58cb88a34d0cfb0ec2b668e
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Nov 19 07:49:48 2019 +0100
[AMQ-7329] Fix exclusion in activemq-osgi
---
activemq-osgi/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 8e57902..8ee9c23 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -172,7 +172,6 @@
<artifactId>activemq-web</artifactId>
<exclusions>
<exclusion>
- <groupId>${project.groupId}</groupId>
<artifactId>activemq-all</artifactId>
</exclusion>
</exclusions>