From 538cd905b0819a22651fff47150bb7dfeae45d4a Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期一, 17 十一月 2025 08:35:04 +0800
Subject: [PATCH] 111
---
zy-acs-gateway/pom.xml | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/zy-acs-gateway/pom.xml b/zy-acs-gateway/pom.xml
index a1ca1ae..7400551 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,12 +40,13 @@
</dependency>
<dependency>
<groupId>com.zy</groupId>
- <artifactId>acs-framework</artifactId>
+ <artifactId>acs-common</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
+ <finalName>rcs-gateway</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
--
Gitblit v1.9.1