killbill-uncached

Adding guava explicit dependency

10/31/2011 9:10:06 PM

Changes

Details

diff --git a/entitlement/pom.xml b/entitlement/pom.xml
index 1498969..90f3507 100644
--- a/entitlement/pom.xml
+++ b/entitlement/pom.xml
@@ -34,6 +34,10 @@
             <artifactId>mysql-connector-java</artifactId>
         </dependency>
         <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.google.inject</groupId>
             <artifactId>guice</artifactId>
             <scope>provided</scope>