summaryrefslogtreecommitdiffstats
path: root/aaf/pom.xml
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-10-01 21:06:52 +0000
committersg481n <sg481n@att.com>2017-10-01 22:07:06 +0000
commitb5985fb5667b3ee9b6a4a0675fb57f55e7a288b7 (patch)
tree451b6146944e489348a922d552f150ff91e85480 /aaf/pom.xml
parent7bc6ef245901a83da234c7765d76a7f7eb34540a (diff)
Improve code coverage for aaf cadi modules
Updated few testcases. Issue-ID: AAF-79 Change-Id: If0760b6f3e74d52fa5132224bf1e6f5e3099f0e4 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'aaf/pom.xml')
-rw-r--r--aaf/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/aaf/pom.xml b/aaf/pom.xml
index 7593df6..6e96587 100644
--- a/aaf/pom.xml
+++ b/aaf/pom.xml
@@ -52,14 +52,16 @@
</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.authz</groupId>
<artifactId>authz-client</artifactId>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- </dependency>
<dependency>
<groupId>org.onap.aaf.cadi</groupId>