From 1a316551c8e46b793904090cfa84781bf77fef2a Mon Sep 17 00:00:00 2001 From: zhangf <1603559716@qq.com> Date: 星期三, 11 九月 2024 15:51:49 +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..6b53c53 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-framework</artifactId> </dependency> <!--附件依赖--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-file</artifactId> </dependency> + </dependencies> </project> -- Gitblit v1.9.2