From 3fc37d6362d230a6563dcf57f791391983931236 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期三, 07 八月 2024 11:19:16 +0800
Subject: [PATCH] update easyexcel 3.3.4 => 4.0.2
---
ruoyi-common/ruoyi-common-excel/pom.xml | 5 +++++
pom.xml | 19 +------------------
2 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index d84f172..5682234 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,7 @@
<mybatis.version>3.5.16</mybatis.version>
<springdoc.version>2.6.0</springdoc.version>
<therapi-javadoc.version>0.15.0</therapi-javadoc.version>
- <poi.version>5.2.3</poi.version>
- <easyexcel.version>3.3.4</easyexcel.version>
+ <easyexcel.version>4.0.2</easyexcel.version>
<velocity.version>2.3</velocity.version>
<satoken.version>1.38.0</satoken.version>
<mybatis-plus.version>3.5.7</mybatis-plus.version>
@@ -159,25 +158,9 @@
</dependency>
<dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml-schemas</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
diff --git a/ruoyi-common/ruoyi-common-excel/pom.xml b/ruoyi-common/ruoyi-common-excel/pom.xml
index dd4a5ee..14b9410 100644
--- a/ruoyi-common/ruoyi-common-excel/pom.xml
+++ b/ruoyi-common/ruoyi-common-excel/pom.xml
@@ -25,6 +25,11 @@
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
</dependency>
+ <dependency>
+ <artifactId>commons-compress</artifactId>
+ <groupId>org.apache.commons</groupId>
+ <version>1.26.2</version>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.9.3