This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new c506d46c0 [AMQ-9057] Don't include OSGi contract in activemq-osgi
new 4a0386907 Merge pull request #898 from jbonofre/AMQ-9057
c506d46c0 is described below
commit c506d46c09d874ba4b1c96b1804ca43440391362
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Aug 22 08:09:14 2022 +0200
[AMQ-9057] Don't include OSGi contract in activemq-osgi
---
activemq-osgi/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 3552cfd2e..a3dbe7bbd 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -236,6 +236,7 @@
*
</DynamicImport-Package>
<_noee>true</_noee>
+ <_contract>!*</_contract>
</instructions>
</configuration>
</plugin>