调整Maven依赖

This commit is contained in:
zy 2025-11-18 18:26:16 +08:00
parent 90eefb2977
commit c5e158f273
1 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,16 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-cloud</artifactId>
<exclusions>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</exclusion>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- jeecg-system-biz依赖 -->