From f6aeb1fbb68d7a40d5e533b0e014811861db57b2 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 31 May 2018 23:16:51 +0100 Subject: [PATCH] pom: make surefire work with junit 5 --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 612c4ae..e614be1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,8 @@ 2.10 0.8.1 4.1.1 + 2.21.0 + 1.2.0 1.16.20 4.11.0.201803080745-r 5.2.0 @@ -83,6 +85,18 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.junit.platform + junit-platform-surefire-provider + ${junit-platform-surefire-provider.version} + + + \ No newline at end of file