Sfoglia il codice sorgente

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

YunaiV 6 mesi fa
parent
commit
163839926a
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      yudao-dependencies/pom.xml

+ 7 - 0
yudao-dependencies/pom.xml

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