|
@@ -38,6 +38,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.xkcoding.justauth</groupId>
|
|
|
<artifactId>justauth-spring-boot-starter</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>cn.hutool</groupId>
|
|
|
+ <artifactId>hutool-core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>cn.iocoder.boot</groupId>
|