From 9c6131807b50fac0ed6e9f517a6c3f132c7235df Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 01 十二月 2025 17:56:53 +0800
Subject: [PATCH] 修改了一个bug
---
ruoyi-admin/pom.xml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 408c1a6..544fea5 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -77,6 +77,38 @@
<artifactId>ruoyi-common</artifactId>
</dependency>
+
+
+ <!--寮�鍙戝伐鍏烽泦-->
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-all</artifactId>
+ <version>4.6.10</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.zxing</groupId>
+ <artifactId>core</artifactId>
+ <version>3.5.1</version>
+ </dependency>
+
+
+ <!-- 鑵捐浜� -->
+ <dependency>
+ <groupId>com.qcloud</groupId>
+ <artifactId>cos_api</artifactId>
+ <version>5.6.227</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.1