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/.flattened-pom.xml | 32 ++++++++++++++------------------
1 files changed, 14 insertions(+), 18 deletions(-)
diff --git a/hs-modules/hs-system/.flattened-pom.xml b/hs-modules/hs-system/.flattened-pom.xml
index 5e8e811..2d620df 100644
--- a/hs-modules/hs-system/.flattened-pom.xml
+++ b/hs-modules/hs-system/.flattened-pom.xml
@@ -14,63 +14,59 @@
<dependencies>
<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>
<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>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-excel</artifactId>
+ <artifactId>hs-common-excel</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-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>
</project>
--
Gitblit v1.8.0