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-service/.flattened-pom.xml |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/hs-service/.flattened-pom.xml b/hs-service/.flattened-pom.xml
index 90b77e7..f748b6a 100644
--- a/hs-service/.flattened-pom.xml
+++ b/hs-service/.flattened-pom.xml
@@ -30,15 +30,15 @@
     </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-social</artifactId>
+      <artifactId>hs-common-social</artifactId>
     </dependency>
     <dependency>
       <groupId>com.sunsail</groupId>
-      <artifactId>ruoyi-common-ratelimiter</artifactId>
+      <artifactId>hs-common-ratelimiter</artifactId>
     </dependency>
     <dependency>
       <groupId>com.sunsail</groupId>
@@ -69,6 +69,15 @@
       <groupId>me.zhyd.oauth</groupId>
       <artifactId>JustAuth</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.sunsail</groupId>
+      <artifactId>hs-common-mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sunsail</groupId>
+      <artifactId>hs-common-encrypt</artifactId>
+      <version>5.1.2</version>
+    </dependency>
   </dependencies>
   <build>
     <finalName>${project.artifactId}</finalName>

--
Gitblit v1.8.0