From 09bd5d0207995ddc4818c32e3c683514946b48b0 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 18 Oct 2019 11:49:03 -0700 Subject: Revert "update mockito version in APPC" The version is in the parent files again. This reverts commit c13a9c95e47b072afb701ad490480036ef36db26. Change-Id: Ie6cb57e8b1b8efbf5e516820efbbfb144791b97f Signed-off-by: Patrick Brady Issue-ID: APPC-1767 --- appc-config/appc-config-adaptor/provider/pom.xml | 26 ++++++++-------------- appc-config/appc-config-audit/provider/pom.xml | 7 +----- appc-config/appc-config-generator/provider/pom.xml | 17 +++++++------- appc-config/appc-config-params/provider/pom.xml | 9 ++------ appc-config/appc-data-services/provider/pom.xml | 2 -- appc-config/appc-encryption-tool/provider/pom.xml | 6 ----- appc-config/appc-flow-controller/provider/pom.xml | 3 +-- 7 files changed, 21 insertions(+), 49 deletions(-) (limited to 'appc-config') diff --git a/appc-config/appc-config-adaptor/provider/pom.xml b/appc-config/appc-config-adaptor/provider/pom.xml index 3ca89be77..32e2c0981 100644 --- a/appc-config/appc-config-adaptor/provider/pom.xml +++ b/appc-config/appc-config-adaptor/provider/pom.xml @@ -59,23 +59,15 @@ compile - org.powermock - powermock-api-mockito - 1.6.4 - test - - - org.mockito - mockito-core - 1.10.19 - test - - - org.powermock - powermock-module-junit4 - 1.6.4 - test - + org.powermock + powermock-api-mockito + test + + + org.mockito + mockito-core + test + ch.qos.logback logback-classic diff --git a/appc-config/appc-config-audit/provider/pom.xml b/appc-config/appc-config-audit/provider/pom.xml index 0acf8ee3f..32d7d5627 100644 --- a/appc-config/appc-config-audit/provider/pom.xml +++ b/appc-config/appc-config-audit/provider/pom.xml @@ -97,12 +97,7 @@ junit test - - org.mockito - mockito-core - 1.10.19 - test - + diff --git a/appc-config/appc-config-generator/provider/pom.xml b/appc-config/appc-config-generator/provider/pom.xml index b11c907c5..37974f71a 100644 --- a/appc-config/appc-config-generator/provider/pom.xml +++ b/appc-config/appc-config-generator/provider/pom.xml @@ -114,17 +114,16 @@ junit test - - org.powermock - powermock-api-mockito - 1.6.4 - test + + org.powermock + powermock-api-mockito + 1.6.4 + test - org.mockito - mockito-core - test - 1.10.19 + org.mockito + mockito-core + test diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml index 300e7b064..6d4ebf8f4 100644 --- a/appc-config/appc-config-params/provider/pom.xml +++ b/appc-config/appc-config-params/provider/pom.xml @@ -58,7 +58,7 @@ - + ch.qos.logback logback-classic 1.2.3 @@ -102,12 +102,7 @@ junit test - - org.mockito - mockito-core - 1.10.19 - test - + diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index feb2a4f65..f5125e707 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -86,8 +86,6 @@ org.mockito mockito-core - test - 1.10.19 com.fasterxml.jackson.core diff --git a/appc-config/appc-encryption-tool/provider/pom.xml b/appc-config/appc-encryption-tool/provider/pom.xml index b0e396b0b..6af583e8c 100644 --- a/appc-config/appc-encryption-tool/provider/pom.xml +++ b/appc-config/appc-encryption-tool/provider/pom.xml @@ -89,12 +89,6 @@ junit test - - org.mockito - mockito-core - 1.10.19 - test - com.fasterxml.jackson.core jackson-annotations diff --git a/appc-config/appc-flow-controller/provider/pom.xml b/appc-config/appc-flow-controller/provider/pom.xml index ed08a2cee..25cc4737a 100644 --- a/appc-config/appc-flow-controller/provider/pom.xml +++ b/appc-config/appc-flow-controller/provider/pom.xml @@ -107,10 +107,9 @@ org.json json - + org.mockito mockito-core - 1.10.19 test -- cgit 1.2.3-korg