Skip to content

Commit

Permalink
Merge pull request #421 from wborn/fix-jackson-export-package
Browse files Browse the repository at this point in the history
Fix OSGi bundle not exporting Jackson packages
  • Loading branch information
derTobsch authored Jan 12, 2024
2 parents 34ae1a6 + 07b2e96 commit e6eea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jollyday-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>de.focus_shift.jollyday-jackson</Bundle-SymbolicName>
<Export-Package>de.focus_shift.jackson.*</Export-Package>
<Export-Package>de.focus_shift.jollyday.jackson.*</Export-Package>
<Require-Capability>osgi.extender;filter:="(osgi.extender=osgi.serviceloader.registrar)"</Require-Capability>
<Provide-Capability>osgi.serviceloader;osgi.serviceloader=de.focus_shift.jollyday.core.spi.ConfigurationService</Provide-Capability>
</instructions>
Expand Down

0 comments on commit e6eea9c

Please sign in to comment.