killbill-memoizeit
Details
osgi-bundles/bundles/jruby/pom.xml 10(+10 -0)
diff --git a/osgi-bundles/bundles/jruby/pom.xml b/osgi-bundles/bundles/jruby/pom.xml
index 6cf5270..c0d3cd0 100644
--- a/osgi-bundles/bundles/jruby/pom.xml
+++ b/osgi-bundles/bundles/jruby/pom.xml
@@ -158,6 +158,7 @@
org.killbill.billing.tenant.api;
org.killbill.billing.usage.api;
org.killbill.billing.util.audit;
+ org.killbill.billing.util.config;
org.killbill.billing.util.customfield;
org.killbill.billing.notification.plugin;
org.killbill.billing.util.email;
@@ -165,6 +166,15 @@
org.killbill.billing.util.template;
org.killbill.billing.util.template.translation;resolution:=optional,
org.joda.time.format;resolution:=optional,
+ org.skife.config;
+ org.skife.config.cglib.asm;
+ org.skife.config.cglib.beans;
+ org.skife.config.cglib.core;
+ org.skife.config.cglib.proxy;
+ org.skife.config.cglib.reflect;
+ org.skife.config.cglib.transform;
+ org.skife.config.cglib.transform.impl;
+ org.skife.config.cglib.util;
sun.misc;
sun.misc.*;
sun.misc.unsafe;
osgi-bundles/tests/beatrix/pom.xml 4(+4 -0)
diff --git a/osgi-bundles/tests/beatrix/pom.xml b/osgi-bundles/tests/beatrix/pom.xml
index 2356293..c2ae202 100644
--- a/osgi-bundles/tests/beatrix/pom.xml
+++ b/osgi-bundles/tests/beatrix/pom.xml
@@ -60,6 +60,10 @@
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
+ <groupId>org.skife.config</groupId>
+ <artifactId>config-magic</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>osgi-over-slf4j</artifactId>
</dependency>