From b264c392d56837d89d6e67e7b0f3505a2878d580 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 21 二月 2023 18:57:41 +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 72253f3..1e888e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,6 @@
         <fastjson.version>2.0.23</fastjson.version>
         <druid.version>1.2.16</druid.version>
         <commons.io.version>2.11.0</commons.io.version>
-        <commons.fileupload.version>1.4</commons.fileupload.version>
         <commons.collections.version>3.2.2</commons.collections.version>
         <bitwalker.version>1.21</bitwalker.version>
         <jwt.version>0.9.1</jwt.version>
@@ -129,13 +128,6 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>${commons.io.version}</version>
-        </dependency>
-
-        <!-- 鏂囦欢涓婁紶宸ュ叿绫� -->
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-            <version>${commons.fileupload.version}</version>
         </dependency>
 
         <!-- 瑙f瀽瀹㈡埛绔搷浣滅郴缁熴�佹祻瑙堝櫒绛� -->

--
Gitblit v1.9.3