From 638181fea01d3f17cfa69f52748729547182c678 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 17 Dec 2019 00:43:52 +0100 Subject: [PATCH] Remove powermock overrides powermock should now be working out of the box, allowing us to minimize dependencies. Change-Id: I1d9d7541f46b68cfd026a768feedfdf2f0865c9d Signed-off-by: Robert Varga --- .../hwvtepsouthbound-impl/pom.xml | 5 ----- southbound/southbound-impl/pom.xml | 18 ----------------- utils/config/pom.xml | 20 ------------------- utils/servicehelper/pom.xml | 12 ----------- 4 files changed, 55 deletions(-) diff --git a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml index 1b3b6c827..a7ba31b9e 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml @@ -101,11 +101,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test - - org.mockito - mockito-core - test - org.powermock powermock-reflect diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 3a15d8acb..ecc6c87fc 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -110,31 +110,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test - - org.mockito - mockito-core - 2.25.1 - test - org.powermock powermock-api-mockito2 - test org.powermock powermock-module-junit4 - test - - - org.powermock - powermock-reflect - test - - - org.powermock - powermock-core - test org.opendaylight.controller diff --git a/utils/config/pom.xml b/utils/config/pom.xml index 159717f0e..7bd4e02ed 100644 --- a/utils/config/pom.xml +++ b/utils/config/pom.xml @@ -31,33 +31,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.mockito - mockito-core - test - org.powermock powermock-api-mockito2 - test - - - org.powermock - powermock-core - test org.powermock powermock-module-junit4 - test - - - - - org.javassist - javassist - 3.26.0-GA - test diff --git a/utils/servicehelper/pom.xml b/utils/servicehelper/pom.xml index 10e92a7d1..78becdd50 100644 --- a/utils/servicehelper/pom.xml +++ b/utils/servicehelper/pom.xml @@ -33,25 +33,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.slf4j slf4j-api - - org.mockito - mockito-core - test - org.powermock powermock-api-mockito2 - test - - - org.powermock - powermock-core - test org.powermock powermock-module-junit4 - test org.springframework.osgi -- 2.36.6