From 04aecc5c84e2b2f4c59ec86850d6bcd25d3bc912 Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Thu, 11 Apr 2019 11:47:50 +0200 Subject: Fix for jupiter tests execution. Currently mvn-surefire-plugin doesnt execute junit5 tests. Purpose of this merge request is to resolve the problem. Change-Id: Idb63483c87b1137b21beabed9d24bbff6f01cf53 Issue-ID: SDC-2094 Signed-off-by: Tomasz Golabek --- pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index fc92ae308a..bcd20a12c4 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,10 @@ Modifications copyright (c) 2018 Nokia 2.4.0 0.11 1.3 + 5.1.0 + 5.1.0 + 1.1.0 + 2.22.0 1.3.5 @@ -310,7 +314,29 @@ Modifications copyright (c) 2018 Nokia org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + ${maven-surefire-plugin.version} + + + org.junit.platform + junit-platform-surefire-provider + ${junit-platform.version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform.version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter.version} + + + org.junit.vintage + junit-vintage-engine + ${junit-vintage.version} + + org.apache.maven.plugins -- cgit 1.2.3-korg