Skip to content

Commit

Permalink
add jdk.unsupported to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry committed Nov 15, 2023
1 parent 73fc284 commit a499338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@
<Import-Package>javax.xml.xpath,javax.xml.namespace,javax.xml.parsers,org.w3c.dom,sun.misc;resolution:="optional",sun.nio.ch;resolution:="optional",io.github.toolfactory.narcissus;resolution:="optional",io.github.toolfactory.jvm;resolution:="optional"</Import-Package>
<!-- This is a multi-release jar, since module-info.class will be added to -->
<!-- META-INF/versions/9 , so we need to set the Multi-Release entry to true -->
<Dependencies>jdk.unsupported</Dependencies>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
Expand Down

0 comments on commit a499338

Please sign in to comment.