From fe23721d28abc621637eabc8f0d58e777f706661 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 10 Jan 2020 16:59:48 -0500 Subject: Fix mockito import in common ONAP-Logging was failing when using powermock-mockito2. This change also requires a property (version.javax.bind) to be added to the parent/integration pom. Issue-ID: POLICY-1406 Signed-off-by: Jim Hahn Change-Id: If8813edaf86d84cff72c0e476ebf2a36bf5dcf18 --- common-logging/pom.xml | 12 ++++++------ utils/pom.xml | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 5e096c74..335af71b 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -55,6 +55,12 @@ com.att.eelf eelf-core 1.0.1-oss + + + org.powermock + powermock-api-mockito + + org.apache.commons @@ -65,12 +71,6 @@ powermock-api-mockito2 test - - org.powermock - powermock-api-mockito - 1.7.4 - test - diff --git a/utils/pom.xml b/utils/pom.xml index fa46a182..ef059147 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -33,6 +33,11 @@ jar + + javax.xml.bind + jaxb-api + ${version.javax.bind} + org.yaml snakeyaml -- cgit 1.2.3-korg