fix:justauth-spring-boot-starter 引入的 hutool-core 冲突

This commit is contained in:
YunaiV 2025-05-04 09:53:34 +08:00
parent d695dc3cd9
commit 163839926a
1 changed files with 7 additions and 0 deletions

View File

@ -562,6 +562,13 @@
<groupId>com.xkcoding.justauth</groupId> <groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId> <artifactId>justauth-spring-boot-starter</artifactId>
<version>${justauth-starter.version}</version> <version>${justauth-starter.version}</version>
<exclusions>
<!-- 移除,避免和项目里的 hutool-all 冲突 -->
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>