Skip to content

Commit

Permalink
Updated Surefire version to eliminate JPMS related errors during test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Sep 29, 2024
1 parent 55f95ab commit 1da507e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<modules>
<module>kit</module>
<module>app</module>
<module>tests-unnamed</module>
</modules>

<properties>
Expand Down Expand Up @@ -146,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.5.0</version>
<configuration>
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
Expand Down

0 comments on commit 1da507e

Please sign in to comment.