From 0654e5b02df021714f32ba042ceaf4cbebe9c383 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 13 八月 2025 16:19:00 +0800
Subject: [PATCH] 浪潮对接单点登录:开通接口报错问题修复

---
 pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index c802315..6a0e071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,11 @@
     </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>

--
Gitblit v1.9.3