From c13a9c95e47b072afb701ad490480036ef36db26 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Tue, 15 Oct 2019 10:00:29 -0400 Subject: 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 --- appc-dg/appc-dg-shared/appc-dg-aai/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appc-dg/appc-dg-shared/appc-dg-aai') diff --git a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml index 56b381e39..6b6f85c10 100644 --- a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml @@ -62,23 +62,23 @@ junit junit test - org.mockito mockito-core + 1.10.19 test - org.powermock powermock-api-mockito + 1.6.4 test - org.powermock powermock-module-junit4 + 1.6.4 test -- cgit 1.2.3-korg