全局统一 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

@@ -18,5 +18,10 @@
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms4j-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</dependency>
</dependencies>
</project>