Skip to content

Commit

Permalink
docs(sample): upgrade maven-surefire and remove junit-platform-native (
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jul 12, 2022
1 parent 891e70d commit 9b222e4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions samples/native-image-sample/pom.xml
Expand Up @@ -117,21 +117,14 @@
<version>5.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.12</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
<version>2.22.2</version>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<configuration>
<includes>
<include>**/*IT</include>
Expand Down

0 comments on commit 9b222e4

Please sign in to comment.