From 924616740bdf5f596bd6f32dac32c1a8e5504650 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 27 Feb 2019 13:41:53 -0800 Subject: Fix failing powermock tests The version of javassist coming from opendaylight is not working correctly with powermock. Adding a test scoped dependency for a working version of javassist. Test classes added in this commit are not new, they were temporarily removed as part of https://gerrit.onap.org/r/#/c/79046/ Change-Id: I193873c0d4abd7b11592a95bff9a6b07cf2d7191 Signed-off-by: Patrick Brady Issue-ID: APPC-1277 --- appc-outbound/appc-network-inventory-client/provider/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'appc-outbound/appc-network-inventory-client/provider/pom.xml') diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index 1d9f21581..ab4e39f13 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Copyright (C) 2017 Amdocs ============================================================================= @@ -85,6 +85,12 @@ 1.6.4 test + + org.javassist + javassist + 3.22.0-GA + test + org.onap.appc appc-config-params-provider -- cgit 1.2.3-korg