Skip to content

Commit

Permalink
bump surefire to 3.0.0-M5
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 10, 2022
1 parent b0a61c3 commit e41f95b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<!-- FIXME: jUnit tests are failing with 2.21.0 and later -->
<version>2.20</version>
<version>3.0.0-M5</version>
<configuration>
<useModulePath>false</useModulePath>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit e41f95b

Please sign in to comment.