Make Jackson Import-Package Optional in Bundle Manifest
An iCalendar library written in Java.
Brought to you by:
mangstadt
Could you make the Import-Package statement for Jackson optional in the bundle? That way Jackson doesn't need to be deployed and the biweekly bundle can still be started. You mention in https://sourceforge.net/p/biweekly/wiki/Maven/ that Jackson is optional. I tried the bundle in version 0.3.4 and that still requires Jackson.
Thanks for the report. I am not that familiar with bundles. :( Do you know how to do this? It would probably require a change to the Maven Bundle plugin's configuration:
The following should work fine
Thanks. Can you test the attached JAR?
Sorry for the delay. I just tested the updated bundle and it works fine without jackson.
No problem, Konrad. Thank you for testing it! I am not familiar with OSGi, and that trailing asterisk character looked fishy to me. :)
POM updated. Change will be included in the next release.