From 94c78c2e5f4affd2e92195d70b7576e6da24325d Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期三, 05 二月 2025 13:02:13 +0800
Subject: [PATCH] 煤矿缴费修改
---
exam-system/pom.xml | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index 76f6c69..713a313 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>com.ruoyi</groupId>
- <artifactId>ruoyi-system</artifactId>
+ <artifactId>ruoyi-framework</artifactId>
</dependency>
<!--附件依赖-->
<dependency>
@@ -25,6 +25,25 @@
<artifactId>ruoyi-file</artifactId>
</dependency>
+ <!-- 七牛云短信-->
+ <dependency>
+ <groupId>com.qiniu</groupId>
+ <artifactId>qiniu-java-sdk</artifactId>
+ <version>[7.2.0, 7.2.99]</version>
+ </dependency>
+ <dependency>
+ <groupId>org.redisson</groupId>
+ <artifactId>redisson</artifactId>
+ <version>3.18.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>2.1.3</version> <!-- 请检查最新版本 -->
+ </dependency>
+
</dependencies>
</project>
--
Gitblit v1.9.2