Skip to content

Commit

Permalink
Set Bundle-ActivationPolicy on core-common (#4475)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Supol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed May 20, 2020
1 parent 9517234 commit bd06909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
${javax.annotation.osgi.version},
*
</Import-Package>
<Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
<Export-Package>org.glassfish.jersey.*;version=${project.version}</Export-Package>
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
</instructions>
Expand Down

0 comments on commit bd06909

Please sign in to comment.