From: Jim Hahn Date: Fri, 10 Jan 2020 21:59:48 +0000 (-0500) Subject: Fix mockito import in common X-Git-Tag: 1.6.2~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fe23721d28abc621637eabc8f0d58e777f706661;p=policy%2Fcommon.git 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 --- 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