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 c40478373 [AMQ-9399] Fix OSGi headers for activemq-cf and
activemq-jms-pool
new d0e2cce18 Merge pull request #1124 from hyteio/AMQ-9399
c40478373 is described below
commit c4047837372d5de2d15df19e3cff8f9a1580790c
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
---
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>