From 06bc26e0f7639ba93b402acf8252c1c20a85b8c6 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期四, 23 一月 2025 16:14:58 +0800
Subject: [PATCH] 特种作业非煤缴费版本优化

---
 exam-system/pom.xml |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index 76f6c69..505b850 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,19 @@
             <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>
+
     </dependencies>
 
 </project>

--
Gitblit v1.9.2