update hutool 引入改为 bom 依赖项引入 减少无用依赖导入

This commit is contained in:
疯狂的狮子Li
2022-01-08 19:14:59 +08:00
parent 55d6436d8a
commit f386928bd9
3 changed files with 31 additions and 8 deletions

View File

@@ -80,6 +80,16 @@
<version>${swagger.fox.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-captcha</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-http</artifactId>
</dependency>
</dependencies>
<build>