Skip to content

Commit

Permalink
Mark sun.misc dependency as optional (#5249)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdrf authored and BSBandme committed Nov 13, 2018
1 parent 5d38db4 commit 740ff02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
<Export-Package>com.google.protobuf;version=${project.version}</Export-Package>
<Import-Package>sun.misc;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 740ff02

Please sign in to comment.