From 1ef82d75b1d4db1570ce15ede8f06aad8f2fb1a8 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 21 Feb 2023 22:55:51 +0800
Subject: [PATCH] 移除apache/commons-fileupload依赖
---
pom.xml | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index c68b681..9007000 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,6 @@
<druid.version>1.2.16</druid.version>
<dynamic-ds.version>3.5.2</dynamic-ds.version>
<commons.io.version>2.11.0</commons.io.version>
- <commons.fileupload.version>1.4</commons.fileupload.version>
<velocity.version>2.3</velocity.version>
<fastjson.version>2.0.23</fastjson.version>
<jjwt.version>0.9.1</jjwt.version>
@@ -114,13 +113,6 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>${poi.version}</version>
- </dependency>
-
- <!-- 文件上传工具类 -->
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${commons.fileupload.version}</version>
</dependency>
<!-- 代码生成使用模板 -->
--
Gitblit v1.9.3