fix: #I5II34 hutool error

This commit is contained in:
YunaiV 2022-07-27 00:09:13 +08:00
parent ab4ad6c2b7
commit da13b91b66
1 changed files with 6 additions and 0 deletions

View File

@ -636,6 +636,12 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
<version>${justauth.version}</version>
<exclusions>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>