Skip to content

Commit 9b222e4

Browse files
authored
docs(sample): upgrade maven-surefire and remove junit-platform-native (#1476)
1 parent 891e70d commit 9b222e4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

samples/native-image-sample/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,14 @@
117117
<version>5.8.2</version>
118118
<scope>test</scope>
119119
</dependency>
120-
<dependency>
121-
<groupId>org.graalvm.buildtools</groupId>
122-
<artifactId>junit-platform-native</artifactId>
123-
<version>0.9.12</version>
124-
<scope>test</scope>
125-
</dependency>
126120
</dependencies>
127121

128122
<build>
129123
<plugins>
130124
<plugin>
131125
<groupId>org.apache.maven.plugins</groupId>
132-
<artifactId>maven-surefire-plugin
133-
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
134-
<version>2.22.2</version>
126+
<artifactId>maven-surefire-plugin</artifactId>
127+
<version>3.0.0-M7</version>
135128
<configuration>
136129
<includes>
137130
<include>**/*IT</include>

0 commit comments

Comments
 (0)