killbill-aplcache

entitlement: add missing dependencies Signed-off-by:

6/18/2013 9:31:05 PM

Changes

Details

diff --git a/entitlement/pom.xml b/entitlement/pom.xml
index 3a99cd1..f26cb36 100644
--- a/entitlement/pom.xml
+++ b/entitlement/pom.xml
@@ -27,6 +27,10 @@
     <name>killbill-entitlement</name>
     <dependencies>
         <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-annotations</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
             <scope>provided</scope>
@@ -75,6 +79,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
         </dependency>