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-oam/appc-oam-bundle/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'appc-oam/appc-oam-bundle/pom.xml') diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index fdc0c8ffd..a4cde77e1 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -166,6 +166,12 @@ 1.6.2 test + + org.javassist + javassist + 3.22.0-GA + test + org.json -- cgit 1.2.3-korg