Skip to content

Commit

Permalink
Merge pull request cdk#1043 from Mailaender/osgi-imports
Browse files Browse the repository at this point in the history
Refine OSGi import rules
  • Loading branch information
johnmay committed Feb 22, 2024
2 parents 7716313 + 373d2b1 commit 3ca2b83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -721,7 +721,14 @@
<version>5.1.8</version>
<configuration>
<instructions>
<Export-Package>org.openscience.*</Export-Package>
<Import-Package>
*;resolution:=optional,
org.slf4j;resolution:=dynamic,
org.apache.logging.log4j;resolution:=dynamic
</Import-Package>
<Export-Package>
*;version="${version}";-noimport:=true,
</Export-Package>
</instructions>
<noWarningProjectTypes>pom</noWarningProjectTypes>
</configuration>
Expand Down

0 comments on commit 3ca2b83

Please sign in to comment.