killbill-memoizeit
Changes
osgi-bundles/libs/killbill/pom.xml 3(+2 -1)
Details
osgi-bundles/libs/killbill/pom.xml 3(+2 -1)
diff --git a/osgi-bundles/libs/killbill/pom.xml b/osgi-bundles/libs/killbill/pom.xml
index 4236c28..fecd1bb 100644
--- a/osgi-bundles/libs/killbill/pom.xml
+++ b/osgi-bundles/libs/killbill/pom.xml
@@ -52,9 +52,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <!-- In compile scope for org.osgi.util.tracker.ServiceTracker -->
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>