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-system/pom.xml | 33 ++++++++++++++-------------------
1 files changed, 14 insertions(+), 19 deletions(-)
diff --git a/hs-modules/hs-system/pom.xml b/hs-modules/hs-system/pom.xml
index eade960..2a2732b 100644
--- a/hs-modules/hs-system/pom.xml
+++ b/hs-modules/hs-system/pom.xml
@@ -19,80 +19,75 @@
<!-- 通用工具-->
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-core</artifactId>
+ <artifactId>hs-common-core</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-doc</artifactId>
+ <artifactId>hs-common-doc</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-mybatis</artifactId>
+ <artifactId>hs-common-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-translation</artifactId>
+ <artifactId>hs-common-translation</artifactId>
</dependency>
<!-- OSS功能模块 -->
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-oss</artifactId>
+ <artifactId>hs-common-oss</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-log</artifactId>
+ <artifactId>hs-common-log</artifactId>
</dependency>
<!-- excel-->
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-excel</artifactId>
+ <artifactId>hs-common-excel</artifactId>
</dependency>
<!-- SMS功能模块 -->
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-sms</artifactId>
+ <artifactId>hs-common-sms</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-tenant</artifactId>
+ <artifactId>hs-common-tenant</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-security</artifactId>
+ <artifactId>hs-common-security</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-web</artifactId>
+ <artifactId>hs-common-web</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-idempotent</artifactId>
+ <artifactId>hs-common-idempotent</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-sensitive</artifactId>
+ <artifactId>hs-common-sensitive</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-encrypt</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-websocket</artifactId>
+ <artifactId>hs-common-websocket</artifactId>
</dependency>
</dependencies>
--
Gitblit v1.8.0