From ac693f5ddb22583fda2c1f46af2dfe36ef35ef0e Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 18 五月 2024 22:55:10 +0800
Subject: [PATCH] feat: 全部模块改名
---
hs-modules/hs-job/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hs-modules/hs-job/pom.xml b/hs-modules/hs-job/pom.xml
index 3fff004..d31e60c 100644
--- a/hs-modules/hs-job/pom.xml
+++ b/hs-modules/hs-job/pom.xml
@@ -20,12 +20,12 @@
<!-- 通用工具-->
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-json</artifactId>
+ <artifactId>hs-common-json</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-job</artifactId>
+ <artifactId>hs-common-job</artifactId>
</dependency>
</dependencies>
--
Gitblit v1.8.0