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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'common-logging/pom.xml') 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 - -- cgit 1.2.3-korg