From: vasraz Date: Thu, 11 Jun 2020 11:57:25 +0000 (+0100) Subject: Fix 'not running Junit5 tests'-issue X-Git-Tag: 1.7.0~74 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e3e2db1d777b89e8292b88f677bcc7d81e6bf2c0;p=sdc.git Fix 'not running Junit5 tests'-issue Change-Id: Iee67a4af7262e554a86252b411264f55ff1baa88 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3109 --- diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 76cd7b4840..37b866db97 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -502,6 +502,12 @@ ${testng.version} test + + com.github.testng-team + testng-junit5 + 0.0.1 + test + org.mockito diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index e2bb0bc818..bce4d696f2 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -47,6 +47,12 @@ ${junitJupiter.version} test + + com.github.testng-team + testng-junit5 + 0.0.1 + test + com.google.code.bean-matchers diff --git a/pom.xml b/pom.xml index 6b04d6f89e..acb04c2429 100644 --- a/pom.xml +++ b/pom.xml @@ -485,6 +485,13 @@ Modifications copyright (c) 2018-2019 Nokia org.apache.maven.plugins maven-surefire-plugin + + + org.apache.maven.surefire + surefire-junit-platform + ${maven-surefire-plugin.version} + + false