killbill-memoizeit

osgi-bundles: fix killbill osgi lib build Signed-off-by:

4/2/2014 11:23:58 AM

Details

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>