This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 54fd3a158 [AMQ-9057] Don't include OSGi contract in activemq-osgi
54fd3a158 is described below

commit 54fd3a1581d8f2c51314a4464ef14e2c06c8c44c
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
    
    (cherry picked from commit c506d46c09d874ba4b1c96b1804ca43440391362)
---
 activemq-osgi/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 617dec610..a0faf4ea0 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>

Reply via email to