From 790c2ba4a0b46edf191e3bac84931f796bd42b8f Mon Sep 17 00:00:00 2001
From: zhangf <1603559716@qq.com>
Date: Wed, 24 Jul 2024 09:02:49 +0800
Subject: [PATCH] 三方对接接口优化
---
exam-system/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index 0d0d6bf..6b53c53 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -17,13 +17,14 @@
<dependencies>
<dependency>
<groupId>com.ruoyi</groupId>
- <artifactId>ruoyi-system</artifactId>
+ <artifactId>ruoyi-framework</artifactId>
</dependency>
<!--附件依赖-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-file</artifactId>
</dependency>
+
</dependencies>
</project>
--
Gitblit v1.9.2