zhouhao 3 years ago
parent
commit
aab9215293
1 changed files with 9 additions and 2 deletions
  1. 9 2
      jetlinks-components/io-component/pom.xml

+ 9 - 2
jetlinks-components/io-component/pom.xml

@@ -17,7 +17,7 @@
         <dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <artifactId>commons-io</artifactId>
-            <version>2.7</version>
+            <version>2.11.0</version>
         </dependency>
         </dependency>
 
 
         <dependency>
         <dependency>
@@ -28,8 +28,15 @@
         <dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
             <groupId>com.alibaba</groupId>
             <artifactId>easyexcel</artifactId>
             <artifactId>easyexcel</artifactId>
-            <version>2.1.2</version>
+            <version>3.1.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.poi</groupId>
+                    <artifactId>poi-ooxml-schemas</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         </dependency>
+
         <dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <groupId>org.springframework</groupId>
             <artifactId>spring-webflux</artifactId>
             <artifactId>spring-webflux</artifactId>