killbill-aplcache
Changes
util/pom.xml 5(+5 -0)
Details
util/pom.xml 5(+5 -0)
diff --git a/util/pom.xml b/util/pom.xml
index 04d9e7b..137e94e 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -70,6 +70,11 @@
<artifactId>jmustache</artifactId>
</dependency>
<dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP-java6</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>