aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dg-util
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-10-15 10:00:29 -0400
committerTaka Cho <takamune.cho@att.com>2019-10-15 10:01:21 -0400
commitc13a9c95e47b072afb701ad490480036ef36db26 (patch)
tree072d8e311421c8d82e72fbd4373cb48098b03da7 /appc-dg-util
parent4d410791f30d1da1224faf10e970829b55127795 (diff)
update mockito version in APPC
sonar does not take the test coverage from parent pom file Issue-ID: APPC-1767 Change-Id: Ic6530ddc553b404f49937d61481ca2e076362e64 Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-dg-util')
-rw-r--r--appc-dg-util/appc-dg-util-bundle/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml
index f59079a57..b692aa692 100644
--- a/appc-dg-util/appc-dg-util-bundle/pom.xml
+++ b/appc-dg-util/appc-dg-util-bundle/pom.xml
@@ -166,7 +166,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-netconf-adapter-bundle</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -176,6 +176,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
+ <version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>