summaryrefslogtreecommitdiffstats
path: root/cass/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cass/pom.xml')
-rw-r--r--cass/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cass/pom.xml b/cass/pom.xml
index 97a1663..3a04181 100644
--- a/cass/pom.xml
+++ b/cass/pom.xml
@@ -51,6 +51,12 @@
<sitePath>/content/sites/site/org/onap/aaf/cadi/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.5</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>