From 3fb49196d6df5da332d8fafcd0a57bc383724938 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 12 八月 2025 14:49:20 +0800
Subject: [PATCH] 浪潮对接单点登录:配置调整

---
 pom.xml |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 51d1a67..6a0e071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,17 @@
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>cn.hutool</groupId>
+            <artifactId>hutool-all</artifactId>
+            <version>5.8.18</version>
+        </dependency>
+        <!-- ruoyi-springboot2 / swagger knife4j 閰嶇疆 -->
+        <dependency>
+            <groupId>com.github.xiaoymin</groupId>
+            <artifactId>knife4j-spring-boot-starter</artifactId>
+            <version>3.0.3</version>
+        </dependency>
 
         <!-- SpringBoot 鏍稿績鍖� -->
         <dependency>
@@ -218,6 +229,7 @@
             <version>${poi.version}</version>
         </dependency>
 
+
         <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
         <dependency>
             <groupId>org.apache.velocity</groupId>
@@ -276,6 +288,12 @@
             <version>${okhttp.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.deepoove</groupId>
+            <artifactId>poi-tl</artifactId>
+            <version>1.12.2</version>
+        </dependency>
+
     </dependencies>
 
 	<build>
@@ -316,4 +334,4 @@
 	    </pluginRepository>
 	</pluginRepositories>
 
-</project>
\ No newline at end of file
+</project>

--
Gitblit v1.9.3