From 94d21ed1ede2b1596aa35e8fa41ae1b9d46c3025 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期二, 18 三月 2025 17:01:01 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ansteel-biz/pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansteel-biz/pom.xml b/ansteel-biz/pom.xml index b678ed3..c172627 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> @@ -125,6 +120,11 @@ <groupId>com.iailab</groupId> <artifactId>iailab-common-mq</artifactId> </dependency> + <dependency> + <groupId>com.iailab</groupId> + <artifactId>ansteel-api</artifactId> + <version>1.0.0</version> + </dependency> </dependencies> -- Gitblit v1.9.3