升级 reflections 版本,解决单元测试报错的问题

This commit is contained in:
YunaiV
2023-03-05 20:28:12 +08:00
parent f1a1bb7838
commit e1bef1ce8a
2 changed files with 13 additions and 0 deletions

View File

@@ -84,6 +84,12 @@
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-monitor</artifactId>
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>