Browse Source

fix: #I5II34 hutool error

xingyu 2 years ago
parent
commit
b4ee434289
1 changed files with 6 additions and 0 deletions
  1. 6 0
      yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml

+ 6 - 0
yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml

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