From d015cc0b48ca51a2b93b6c60c91dc352a104b1e7 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Mon, 23 Sep 2024 10:41:50 +0800
Subject: [PATCH] 删除密码加密
---
goal-manage/pom.xml | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/goal-manage/pom.xml b/goal-manage/pom.xml
index cbd44f7..8efe0cc 100644
--- a/goal-manage/pom.xml
+++ b/goal-manage/pom.xml
@@ -17,12 +17,26 @@
<module>goal-manage-rpc-provider</module>
</modules>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.gkhy.safePlatfrom</groupId>
+ <artifactId>account-rpc-api</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<dependencies>
<dependency>
<groupId>com.gkhy.safePlatfrom</groupId>
<artifactId>emergency-rpc-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.gkhy.safePlatfrom</groupId>
+ <artifactId>account-rpc-api</artifactId>
+ </dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
--
Gitblit v1.9.2