Skip to content

Commit

Permalink
Merge pull request #666 from wborn/jollyday-jackson-compatibility
Browse files Browse the repository at this point in the history
Improve jollyday-jackson OSGi bundle compatiblity
  • Loading branch information
derTobsch authored Dec 2, 2024
2 parents 60f237c + c339fd9 commit b056a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jollyday-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>de.focus_shift.jollyday-jackson</Bundle-SymbolicName>
<Import-Package>com.fasterxml.jackson.*;version="[2.17,3)",*</Import-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>
Expand Down

0 comments on commit b056a8c

Please sign in to comment.