Skip to content

Commit

Permalink
[AMQ-8533] Fix maven-bundle-plugin instructions to avoid shading all …
Browse files Browse the repository at this point in the history
…packages
  • Loading branch information
jbonofre committed Mar 9, 2022
1 parent 2a07500 commit 9ba7aab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion activemq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
<inherited>true</inherited>
<configuration>
<instructions>
<Export-Package>*</Export-Package>
<Import-Package>
!com.google.errorprone.annotations,
!com.google.errorprone.annotations.concurrent,
Expand Down
2 changes: 1 addition & 1 deletion activemq-jms-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<inherited>true</inherited>
<configuration>
<instructions>
<Export-Package>*</Export-Package>
<Export-Package>org.apache.activemq.jms.pool*;version=${project.version};-noimport:=true</Export-Package>
<Import-Package>
javax.jms*;version="[1.1,3)",
javax.transaction*;resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion activemq-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
org.apache.tools.ant*;resolution:=optional,
org.apache.log4j*;resolution:=optional,
org.json*;resolution:=optional,
org.objectweb.asm;version="[5,8)";resolution:=optional,
org.objectweb.asm;version="[5,10)";resolution:=optional,
mx4j.tools*;resolution:=optional,
org.slf4j*;resolution:=optional,
org.osgi.service.blueprint;resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion activemq-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<inherited>true</inherited>
<configuration>
<instructions>
<Export-Package>*</Export-Package>
<Export-Package>org.apache.activemq.pool*;version=${project.version};-noimport:=true</Export-Package>
<Import-Package>
javax.transaction*;resolution:=optional,
org.apache.activemq.jms.pool*;resolution:=optional,
Expand Down

0 comments on commit 9ba7aab

Please sign in to comment.