修复 common 下的 test 引入不正确的问题,减少包依赖大小

This commit is contained in:
YunaiV
2023-09-17 01:37:10 +08:00
parent 436fef7efa
commit b81ebe6f19
4 changed files with 1 additions and 17 deletions

View File

@ -137,6 +137,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>