From 6e5b0e711c9e7924428f2e43825bd4599d73ccd8 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 22 三月 2024 16:22:41 +0800
Subject: [PATCH] Excel注解ColumnType类型新增文本

---
 pom.xml |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0172cea..fcfd41a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,13 +28,12 @@
         <fastjson.version>2.0.43</fastjson.version>
         <druid.version>1.2.20</druid.version>
         <commons.io.version>2.13.0</commons.io.version>
-        <commons.collections.version>3.2.2</commons.collections.version>
         <bitwalker.version>1.21</bitwalker.version>
         <jwt.version>0.9.1</jwt.version>
         <kaptcha.version>2.3.3</kaptcha.version>
         <swagger.version>3.0.0</swagger.version>
         <poi.version>4.1.2</poi.version>
-        <oshi.version>6.4.8</oshi.version>
+        <oshi.version>6.5.0</oshi.version>
         <velocity.version>2.3</velocity.version>
     </properties>
 
@@ -202,13 +201,6 @@
             <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-engine-core</artifactId>
             <version>${velocity.version}</version>
-        </dependency>
-
-        <!-- collections宸ュ叿绫� -->
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>${commons.collections.version}</version>
         </dependency>
 
         <!-- 瀹氭椂浠诲姟 -->

--
Gitblit v1.9.3