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-demo/pom.xml | 37 ++++++++++++++++++-------------------
1 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/hs-modules/hs-demo/pom.xml b/hs-modules/hs-demo/pom.xml
index 1c8bdcf..2f15420 100644
--- a/hs-modules/hs-demo/pom.xml
+++ b/hs-modules/hs-demo/pom.xml
@@ -20,89 +20,88 @@
<!-- 通用工具-->
<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-sms</artifactId>
+ <artifactId>hs-common-sms</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-mail</artifactId>
+ <artifactId>hs-common-mail</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-redis</artifactId>
+ <artifactId>hs-common-redis</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-mybatis</artifactId>
+ <artifactId>hs-common-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-log</artifactId>
+ <artifactId>hs-common-log</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-excel</artifactId>
+ <artifactId>hs-common-excel</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-ratelimiter</artifactId>
+ <artifactId>hs-common-ratelimiter</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-translation</artifactId>
+ <artifactId>hs-common-translation</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>
+ <artifactId>hs-common-tenant</artifactId>
</dependency>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-tenant</artifactId>
+ <artifactId>hs-common-websocket</artifactId>
</dependency>
-
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-websocket</artifactId>
+ <artifactId>hs-common-encrypt</artifactId>
+ <version>5.1.2</version>
</dependency>
-
</dependencies>
</project>
--
Gitblit v1.8.0