From 79784ce678fcb16ba275a3a1e5ad60e076e0cb41 Mon Sep 17 00:00:00 2001 From: Mridula Peddada Date: Tue, 28 Jun 2022 16:57:59 -0400 Subject: [PATCH] docs(sample): upgrade maven-surefire and remove junit-platform-native --- samples/native-image-sample/pom.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index b7880c3166..c8670f2af7 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -117,21 +117,14 @@ 5.8.2 test - - org.graalvm.buildtools - junit-platform-native - 0.9.12 - test - org.apache.maven.plugins - maven-surefire-plugin - - 2.22.2 + maven-surefire-plugin + 3.0.0-M7 **/*IT