killbill-uncached
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 fed230a..1b55996 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -65,6 +65,11 @@
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>