From 7abd419d8cf9ef7d9fd2c9bdc85d3c2e13e2dc1a Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 25 十月 2023 10:27:50 +0800 Subject: [PATCH] fix 修复 commmons-io 的版本限制 导致的各种问题 回滚 poi 版本 --- pom.xml | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 77af086..5f3b87a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <spring-boot.mybatis>3.0.2</spring-boot.mybatis> <springdoc.version>2.2.0</springdoc.version> <therapi-javadoc.version>0.15.0</therapi-javadoc.version> - <poi.version>5.2.4</poi.version> + <poi.version>5.2.3</poi.version> <easyexcel.version>3.3.2</easyexcel.version> <velocity.version>2.3</velocity.version> <satoken.version>1.37.0</satoken.version> @@ -47,8 +47,6 @@ <aws-java-sdk-s3.version>1.12.540</aws-java-sdk-s3.version> <!-- SMS 閰嶇疆 --> <sms4j.version>2.2.0</sms4j.version> - <!-- 淇鍏朵粬渚濊禆涓巔oi鍏煎闂 --> - <commons-io.version>2.13.0</commons-io.version> <!-- 闄愬埗妗嗘灦涓殑fastjson鐗堟湰 --> <fastjson.version>1.2.83</fastjson.version> @@ -166,12 +164,6 @@ <artifactId>poi-ooxml-schemas</artifactId> </exclusion> </exclusions> - </dependency> - - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons-io.version}</version> </dependency> <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 --> -- Gitblit v1.9.3