Skip to content

Commit

Permalink
export sun security packages as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
philbaxter authored and Norman Maurer committed Jun 15, 2014
1 parent 776ac4b commit a1e3c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@
<instructions>
<Export-Package>${project.groupId}.*</Export-Package>
<!-- enforce JVM vendor package as optional -->
<Import-Package>sun.misc.*;resolution:=optional,sun.nio.ch;resolution:=optional,*</Import-Package>
<Import-Package>sun.misc.*;resolution:=optional,sun.nio.ch;resolution:=optional,sun.security.*;resolution:=optional,*</Import-Package>
<!-- override "internal" private package convention -->
<Private-Package>!*</Private-Package>
</instructions>
Expand Down

0 comments on commit a1e3c17

Please sign in to comment.