From 77b59f59e89acf0766322b90cd0b73d70aad1b47 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期日, 13 四月 2025 10:19:04 +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