From 55833211343bc9d0f80e947ab773b75821b04466 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 07 十月 2024 08:27:17 +0800
Subject: [PATCH] #
---
zy-acs-gateway/pom.xml | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/zy-acs-gateway/pom.xml b/zy-acs-gateway/pom.xml
index a1ca1ae..dd68dcd 100644
--- a/zy-acs-gateway/pom.xml
+++ b/zy-acs-gateway/pom.xml
@@ -26,11 +26,6 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
- <groupId>com.zy</groupId>
- <artifactId>acs-rpc</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.25.Final</version>
@@ -45,7 +40,7 @@
</dependency>
<dependency>
<groupId>com.zy</groupId>
- <artifactId>acs-framework</artifactId>
+ <artifactId>acs-common</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
--
Gitblit v1.9.1