Skip to content

Commit

Permalink
Remove obsolete jdk.internal.misc OSGi dependency (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Nov 16, 2021
1 parent 6e994db commit 9133da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -489,7 +489,7 @@
<Export-Package>io.github.classgraph;version="${project.version}"</Export-Package>
<!-- Make sure "requires" entries in the module descriptor match these imports: -->
<!-- src/main/module-info/io.github.classgraph/module-info.java -->
<Import-Package>javax.xml.xpath,javax.xml.namespace,javax.xml.parsers,org.w3c.dom,jdk.internal.misc;resolution:="optional",sun.misc;resolution:="optional",sun.nio.ch;resolution:="optional",io.github.toolfactory.narcissus;resolution:="optional",io.github.toolfactory.jvm;resolution:="optional"</Import-Package>
<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 -->
<Multi-Release>true</Multi-Release>
Expand Down

0 comments on commit 9133da2

Please sign in to comment.