From: shentao Date: Thu, 28 Sep 2017 09:05:30 +0000 (+0800) Subject: Fix sonar display for usecase-ui X-Git-Tag: v1.1.0~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=331c4f9137af5f9b028c1a61e19f16c6a185ccf5;p=usecase-ui%2Fserver.git Fix sonar display for usecase-ui Change-Id: I06c0c47e010d517f7745052dec161d6dbc0069a2 Issue-Id: USECASEUI-47 Signed-off-by: shentao --- diff --git a/pom.xml b/pom.xml index ad8a33f1..ff99452a 100644 --- a/pom.xml +++ b/pom.xml @@ -199,6 +199,26 @@ guava 23.0 + + + + org.jmockit + jmockit + 1.19 + test + + + junit + junit + 4.12 + + + org.jmockit + jmockit-coverage + 1.19 + test + + @@ -236,7 +256,16 @@ maven-surefire-plugin 2.19 - true + true + + **/*Spec* + **/Test*.java + **/*Test.java + **/*TestCase.java + **/Test*.scala + **/*Test.scala + **/*TestCase.scala +