killbill-aplcache
Changes
osgi-bundles/libs/killbill/pom.xml 2(+2 -0)
Details
osgi-bundles/libs/killbill/pom.xml 2(+2 -0)
diff --git a/osgi-bundles/libs/killbill/pom.xml b/osgi-bundles/libs/killbill/pom.xml
index 36319c1..6be4e5c 100644
--- a/osgi-bundles/libs/killbill/pom.xml
+++ b/osgi-bundles/libs/killbill/pom.xml
@@ -57,8 +57,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <!-- In compile scope for org.osgi.util.tracker.ServiceTracker -->
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>