Skip to content

Commit

Permalink
[AMQ-9399] Fix OSGi headers for activemq-cf and activemq-jms-pool
Browse files Browse the repository at this point in the history
(cherry picked from commit c404783)
  • Loading branch information
mattrpav authored and jbonofre committed Nov 29, 2023
1 parent 96249d3 commit 7086edc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activemq-cf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
!*
</Export-Package>
<Import-Package>
javax.jms*;version="[1,3)",
jakarta.jms*;version="[3,4)",
*
</Import-Package>
<Private-Package>
Expand Down
3 changes: 2 additions & 1 deletion activemq-jms-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7086edc

Please sign in to comment.