build: 简化 JUnit 依赖声明

This commit is contained in:
zhouxy108 2025-05-15 20:18:35 +08:00 committed by 周兴毅
parent 7e2072df06
commit 0086dadfd1

View File

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