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
The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
new a152a6c [AMQ-7329] Fix exclusion in activemq-osgi
a152a6c is described below
commit a152a6c3275d2b546b3fdc9c55c6d1cc7d17b392
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Nov 19 07:49:48 2019 +0100
[AMQ-7329] Fix exclusion in activemq-osgi
(cherry picked from commit ce0fc359ef6868f3d58cb88a34d0cfb0ec2b668e)
---
activemq-osgi/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 106ad1b..27697af 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>