killbill-uncached
Changes
entitlement/pom.xml 4(+4 -0)
Details
entitlement/pom.xml 4(+4 -0)
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>