From e8a368c35fa8c6d65ca09ee023ce490bc11b2ea3 Mon Sep 17 00:00:00 2001
From: SZH <szh_hello@163.com>
Date: Tue, 09 Aug 2022 16:42:11 +0800
Subject: [PATCH] 更新配置文件,解决接入网关之后的跨域问题
---
emergency/pom.xml | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/emergency/pom.xml b/emergency/pom.xml
index 908322e..16cbcd8 100644
--- a/emergency/pom.xml
+++ b/emergency/pom.xml
@@ -17,5 +17,22 @@
<module>emergency-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>
-</project>
\ No newline at end of file
+ <dependencies>
+ <dependency>
+ <groupId>com.gkhy.safePlatfrom</groupId>
+ <artifactId>account-rpc-api</artifactId>
+ </dependency>
+ </dependencies>
+
+
+</project>
--
Gitblit v1.9.2