From e3b86d096f5fef3adb42dec3f9803de9f1840cf1 Mon Sep 17 00:00:00 2001
From: liriming <1343021927@qq.com>
Date: 星期四, 27 三月 2025 08:45:32 +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