zhouhao 3 年之前
父節點
當前提交
aab9215293
共有 1 個文件被更改,包括 9 次插入2 次删除
  1. 9 2
      jetlinks-components/io-component/pom.xml

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

@@ -17,7 +17,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.7</version>
+            <version>2.11.0</version>
         </dependency>
 
         <dependency>
@@ -28,8 +28,15 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <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>
             <groupId>org.springframework</groupId>
             <artifactId>spring-webflux</artifactId>