From 7c6d107258316a5797d346d5395ee1e9196e65bd Mon Sep 17 00:00:00 2001 From: liriming <1343021927@qq.com> Date: 星期三, 26 三月 2025 11:15:17 +0800 Subject: [PATCH] RunFHYZTask --- ansteel-biz/pom.xml | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ansteel-biz/pom.xml b/ansteel-biz/pom.xml index b678ed3..89cd524 100644 --- a/ansteel-biz/pom.xml +++ b/ansteel-biz/pom.xml @@ -19,11 +19,6 @@ <dependencies> <!-- 依赖服务 --> -<!-- <dependency>--> -<!-- <groupId>com.iailab</groupId>--> -<!-- <artifactId>ansteel-api</artifactId>--> -<!-- <version>${revision}</version>--> -<!-- </dependency>--> <dependency> <groupId>com.iailab</groupId> <artifactId>iailab-module-infra-api</artifactId> @@ -123,9 +118,9 @@ <dependency> <groupId>com.iailab</groupId> - <artifactId>iailab-common-mq</artifactId> + <artifactId>ansteel-api</artifactId> + <version>1.0.0</version> </dependency> - </dependencies> <build> -- Gitblit v1.9.3