From 9f85e1d3d5f87ab10605bfd6f1933fc1cd277f55 Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期二, 29 四月 2025 14:48:43 +0800 Subject: [PATCH] 日平衡、实时调度建议保存 --- 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