From e3e2db1d777b89e8292b88f677bcc7d81e6bf2c0 Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 11 Jun 2020 12:57:25 +0100 Subject: Fix 'not running Junit5 tests'-issue Change-Id: Iee67a4af7262e554a86252b411264f55ff1baa88 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3109 --- asdctool/pom.xml | 6 ++++++ openecomp-be/pom.xml | 6 ++++++ pom.xml | 7 +++++++ 3 files changed, 19 insertions(+) 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 -- cgit 1.2.3-korg