|
@@ -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>
|