Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading