From 31569646b0f2d274660e6c6bba02defb43405474 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 07 八月 2024 11:20:34 +0800 Subject: [PATCH] fix 修复 依赖漏洞 限制部分依赖版本 --- pom.xml | 41 +++++++++++++++++++++++------------------ 1 files changed, 23 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index d84f172..8b96348 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爜鐢熸垚浣跨敤妯℃澘 --> @@ -337,6 +320,28 @@ </dependency> <dependency> + <groupId>io.undertow</groupId> + <artifactId>undertow-core</artifactId> + <version>${undertow.version}</version> + </dependency> + <dependency> + <groupId>io.undertow</groupId> + <artifactId>undertow-servlet</artifactId> + <version>${undertow.version}</version> + </dependency> + <dependency> + <groupId>io.undertow</groupId> + <artifactId>undertow-websockets-jsr</artifactId> + <version>${undertow.version}</version> + </dependency> + + <dependency> + <artifactId>commons-compress</artifactId> + <groupId>org.apache.commons</groupId> + <version>1.26.2</version> + </dependency> + + <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>${fastjson.version}</version> -- Gitblit v1.9.3