build: 简化 JUnit 依赖声明 #5

Merged
ZhouXY108 merged 1 commits from build/junit-dependencies into dev 2025-05-28 20:28:52 +08:00

View File

@ -35,12 +35,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>