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

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


The following commit(s) were added to refs/heads/activemq-6.0.x by this push:
     new 7086edc50 [AMQ-9399] Fix OSGi headers for activemq-cf and 
activemq-jms-pool
7086edc50 is described below

commit 7086edc50385f331b071d3e3da347b0a6035c850
Author: Matt Pavlovich <[email protected]>
AuthorDate: Tue Nov 21 11:28:14 2023 -0600

    [AMQ-9399] Fix OSGi headers for activemq-cf and activemq-jms-pool
    
    (cherry picked from commit c404783)
---
 activemq-cf/pom.xml       | 2 +-
 activemq-jms-pool/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml
index c2f706983..3b22e1804 100644
--- a/activemq-cf/pom.xml
+++ b/activemq-cf/pom.xml
@@ -65,7 +65,7 @@
                                !*
                        </Export-Package>
                                                <Import-Package>
-                                                       
javax.jms*;version="[1,3)",
+                                                       
jakarta.jms*;version="[3,4)",
                                                        *
                                                </Import-Package>
                         <Private-Package>
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index c33a55798..13d5a4a55 100644
--- a/activemq-jms-pool/pom.xml
+++ b/activemq-jms-pool/pom.xml
@@ -112,8 +112,9 @@
           <instructions>
             
<Export-Package>org.apache.activemq.jms.pool*;version=${project.version};-noimport:=true</Export-Package>
             <Import-Package>
-              javax.jms*;version="[1.1,3)",
+              jakarta.jms*;version="[3,4)",
               javax.transaction*;resolution:=optional,
+              jakarta.transaction*;resolution:=optional,
               org.apache.geronimo.transaction.manager*;resolution:=optional,
               *
             </Import-Package>

Reply via email to