summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/pom.xml
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-04-19 04:17:11 +0800
committerKailun Qin <kailun.qin@intel.com>2018-04-19 04:21:20 +0800
commit2f07f0dab9e3ff9c1ab7b0c2e924d63711ef9cbe (patch)
tree67c7a3ccfb2db04d551efc7d6b9febae7e0b5d1b /vnf-sdk-function-test/pom.xml
parent8b6597fd9f47f626d19f55ea8c14e914cea17c9b (diff)
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 <kailun.qin@intel.com>
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-rw-r--r--vnf-sdk-function-test/pom.xml7
1 files changed, 1 insertions, 6 deletions
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 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>2.0.2-beta</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.jmockit/jmockit -->
- <dependency>
- <groupId>org.jmockit</groupId>
- <artifactId>jmockit</artifactId>
- <version>1.25</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>