浏览代码

2.0.0-2.0.1

dengsixing 1 月之前
父节点
当前提交
d56a00a47b
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -148,6 +148,12 @@
       <groupId>com.fdkankan</groupId>
       <artifactId>4dkankan-utils-fyun-local</artifactId>
       <version>3.0.0-SNAPSHOT</version>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-io</groupId>
+          <artifactId>commons-io</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
@@ -203,6 +209,12 @@
       <groupId>com.dtflys.forest</groupId>
       <artifactId>forest-spring-boot-starter</artifactId>
       <version>1.5.19</version>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-io</groupId>
+          <artifactId>commons-io</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>