From 2aa617c39a9c08f186a0752c3da8aaa1183698fe Mon Sep 17 00:00:00 2001 From: ChenJiaHe <763432473@qq.com> Date: 星期三, 24 二月 2021 17:34:31 +0800 Subject: [PATCH] 读取excel文件版本兼容 --- pom.xml | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 01850d4..25a54bf 100644 --- a/pom.xml +++ b/pom.xml @@ -54,12 +54,21 @@ <!--鑵捐浜慶os--> <cos.version>5.6.32</cos.version> <!--鍔犲瘑鍣�--> - <jasypt.version>3.0.3</jasypt.version> + <jasypt.version>2.1.2</jasypt.version> + <!--瀵硅薄涓嶺ML澶勭悊--> + <jaxb.version>2.3.1</jaxb.version> </properties> <!-- 澹版槑渚濊禆涓嶅紩鍏� --> <dependencyManagement> <dependencies> + + <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>${jaxb.version}</version> + </dependency> <dependency> <groupId>com.github.ulisesbocchio</groupId> @@ -192,6 +201,15 @@ <version>${orgApache.poi}</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.9</version> + </dependency> + + + <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> -- Gitblit v1.8.0