[Fix] fix maven dependency surefire-junit

This commit is contained in:
beat4ocean
2025-03-27 19:52:25 +08:00
parent 30d2a2296b
commit ed0185c0af

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>