From 2f07f0dab9e3ff9c1ab7b0c2e924d63711ef9cbe Mon Sep 17 00:00:00 2001 From: Kailun Qin Date: Thu, 19 Apr 2018 04:17:11 +0800 Subject: Remove jmockit to address license issues Jmockit contains GPL code which causes license issues. Remove it and replace with powermock/mockito for unit tests. Change-Id: I911de8a7666d9b3c72d4babb02014cca805bfaf8 Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin --- vnf-sdk-function-test/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'vnf-sdk-function-test/pom.xml') diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index d2b3be9..12ba2a8 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -286,12 +286,7 @@ org.mockito mockito-all 2.0.2-beta - - - - org.jmockit - jmockit - 1.25 + test javax.xml.bind -- cgit 1.2.3-korg