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-common/hs-common-sensitive/.flattened-pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ruoyi-common/ruoyi-common-security/.flattened-pom.xml b/hs-common/hs-common-sensitive/.flattened-pom.xml
similarity index 72%
copy from ruoyi-common/ruoyi-common-security/.flattened-pom.xml
copy to hs-common/hs-common-sensitive/.flattened-pom.xml
index fba2262..d295237 100644
--- a/ruoyi-common/ruoyi-common-security/.flattened-pom.xml
+++ b/hs-common/hs-common-sensitive/.flattened-pom.xml
@@ -4,17 +4,17 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>com.sunsail</groupId>
-    <artifactId>ruoyi-common</artifactId>
+    <artifactId>hs-common</artifactId>
     <version>5.1.2</version>
   </parent>
   <groupId>com.sunsail</groupId>
-  <artifactId>ruoyi-common-security</artifactId>
+  <artifactId>hs-common-sensitive</artifactId>
   <version>5.1.2</version>
-  <description>ruoyi-common-security 安全模块</description>
+  <description>hs-common-sensitive 脱敏模块</description>
   <dependencies>
     <dependency>
       <groupId>com.sunsail</groupId>
-      <artifactId>ruoyi-common-satoken</artifactId>
+      <artifactId>hs-common-json</artifactId>
     </dependency>
   </dependencies>
 </project>

--
Gitblit v1.8.0