From b97c9326a5370fd9a190e2a0f49645ff93e9bcef Mon Sep 17 00:00:00 2001
From: huangzhen <867217663@qq.com>
Date: 星期五, 27 十月 2023 15:09:18 +0800
Subject: [PATCH] 教师模块增加根据工种类型进行导入
---
exam-system/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index c9f98e3..76f6c69 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -15,16 +15,16 @@
<java.version>8</java.version>
</properties>
<dependencies>
- <!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
- <artifactId>ruoyi-common</artifactId>
+ <artifactId>ruoyi-system</artifactId>
</dependency>
<!--附件依赖-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-file</artifactId>
</dependency>
+
</dependencies>
</project>
--
Gitblit v1.9.2