From f84f28a824fde14acd2bd91cff054de44beafbb7 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Fri, 27 Jun 2025 15:17:19 +0800
Subject: [PATCH] 修改
---
pom.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index d92bd98..46276a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,10 +15,10 @@
<name>multi_system</name>
<description>multi_system</description>
<modules>
- <module>exam-common</module>
- <module>exam-system</module>
- <module>exam-admin</module>
- <module>exam-framework</module>
+ <module>multi-common</module>
+ <module>multi-system</module>
+ <module>multi-admin</module>
+ <module>multi-framework</module>
</modules>
@@ -51,22 +51,22 @@
<dependencies>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-common</artifactId>
+ <artifactId>multi-common</artifactId>
<version>${gkhy.version}</version>
</dependency>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-system</artifactId>
+ <artifactId>multi-system</artifactId>
<version>${gkhy.version}</version>
</dependency>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-framework</artifactId>
+ <artifactId>multi-framework</artifactId>
<version>${gkhy.version}</version>
</dependency>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-admin</artifactId>
+ <artifactId>multi-admin</artifactId>
<version>${gkhy.version}</version>
</dependency>
--
Gitblit v1.9.2