全局统一 Hutool 版本,精简各模块 Hutool 依赖

* 空行整理。
* hutool-all的版本锁定。
* Hutool包的整理, 依赖冲突解决。
* Hutool包的整理, 依赖冲突解决。
This commit is contained in:
jasmine
2024-01-19 04:32:01 +00:00
committed by Charles7c
parent 9984812fed
commit fed46dc16e
4 changed files with 64 additions and 2 deletions

View File

@@ -24,5 +24,10 @@
<groupId>cn.dev33</groupId>
<artifactId>sa-token-jwt</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-jwt</artifactId>
</dependency>
</dependencies>
</project>