Skip to content

Commit

Permalink
Merge pull request #441 from HCL-TECH-SOFTWARE/feature/issue-435-osgi…
Browse files Browse the repository at this point in the history
…-import

Configure Import-Package for lotus.domino to be optional (fixes #435)
  • Loading branch information
jesse-gallagher authored Oct 22, 2024
2 parents 77f5eb8 + 998c0e9 commit d102fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domino-jnx-jna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<Automatic-Module-Name>com.hcl.domino.jnx.jna</Automatic-Module-Name>
<Fragment-Host>com.hcl.domino.jnx</Fragment-Host>
<Export-Package>*</Export-Package>
<Import-Package>lotus.domino;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit d102fc2

Please sign in to comment.