[Fix] fix maven dependency surefire-junit4

This commit is contained in:
beat4ocean
2025-03-25 21:48:26 +08:00
parent 30d2a2296b
commit 439baef593

View File

@@ -332,9 +332,14 @@
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.11.4</version>
</dependency>
</dependencies>
<configuration>
<systemPropertyVariables>