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