Skip to content

Commit

Permalink
osgi: Add additional joda packages to be exported by system bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrossie committed Dec 6, 2024
1 parent 38914b1 commit eb15bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public interface OSGIConfig extends KillbillPlatformConfig {
//
// We also add the dependencies from own set of APIs and some osgi compendium thingies...
//
"org.joda.time;org.joda.time.format;version=2.9," +
"org.joda.time;org.joda.time.format;org.joda.time.base;org.joda.time.chrono;org.joda.time.tz;org.joda.time.convert;org.joda.time.field;version=2.12," +
"org.apache.shiro;org.apache.shiro.subject;org.apache.shiro.util;version=1.3," +
// Let the world know the System bundle exposes the requirement (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0)))
"org.slf4j;version=1.7.2," +
Expand Down

0 comments on commit eb15bbc

Please sign in to comment.