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 ++++++ 1 file changed, 6 insertions(+) (limited to 'asdctool') 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 -- cgit