From c73b4015edd5253fccf54402721d3b15167aa271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 1 Jun 2022 13:17:19 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8po?= =?UTF-8?q?i=E4=BE=9D=E8=B5=96=20=E4=BD=BF=E7=94=A8=20easyexcel=20?= =?UTF-8?q?=E8=87=AA=E5=B8=A6=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 ------------------ ruoyi-common/ruoyi-common-excel/pom.xml | 6 ------ 2 files changed, 24 deletions(-) diff --git a/pom.xml b/pom.xml index 9b19ee95..d5fb1a3a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,6 @@ <dynamic-ds.version>3.5.1</dynamic-ds.version> <velocity.version>2.3</velocity.version> <fastjson.version>1.2.83</fastjson.version> - <poi.version>4.1.2</poi.version> <commons-compress.version>1.21</commons-compress.version> <easyexcel.version>3.1.0</easyexcel.version> <hutool.version>5.8.1</hutool.version> @@ -185,13 +184,6 @@ <version>${p6spy.version}</version> </dependency> - <!-- excel工具 --> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml</artifactId> - <version>${poi.version}</version> - </dependency> - <!-- 修复poi漏洞 --> <dependency> <groupId>org.apache.commons</groupId> @@ -203,16 +195,6 @@ <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>${easyexcel.version}</version> - <exclusions> - <exclusion> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml-schemas</artifactId> - </exclusion> - </exclusions> </dependency> <!-- 代码生成使用模板 --> diff --git a/ruoyi-common/ruoyi-common-excel/pom.xml b/ruoyi-common/ruoyi-common-excel/pom.xml index 06c347b1..f0c19a53 100644 --- a/ruoyi-common/ruoyi-common-excel/pom.xml +++ b/ruoyi-common/ruoyi-common-excel/pom.xml @@ -22,12 +22,6 @@ <artifactId>ruoyi-common-core</artifactId> </dependency> - <!-- excel工具 --> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml</artifactId> - </dependency> - <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId>