Merge pull request #2811 from Dunemaster/master

Java: Mark sun.misc dependency as optional
This commit is contained in:
Feng Xiao 2018-06-11 15:36:05 -07:00 committed by GitHub
commit 4fda0f783b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>