From b43fec7153e8874afab91302a4a42d25a4b71bcb Mon Sep 17 00:00:00 2001 From: liriming <1343021927@qq.com> Date: 星期二, 18 三月 2025 16:24:18 +0800 Subject: [PATCH] 预测数据接口 --- ansteel-biz/pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/ansteel-biz/pom.xml b/ansteel-biz/pom.xml index 95b3e65..c172627 100644 --- a/ansteel-biz/pom.xml +++ b/ansteel-biz/pom.xml @@ -21,11 +21,6 @@ <!-- 依赖服务 --> <dependency> <groupId>com.iailab</groupId> - <artifactId>ansteel-api</artifactId> - <version>${revision}</version> - </dependency> - <dependency> - <groupId>com.iailab</groupId> <artifactId>iailab-module-infra-api</artifactId> <version>${revision}</version> </dependency> @@ -129,7 +124,6 @@ <groupId>com.iailab</groupId> <artifactId>ansteel-api</artifactId> <version>1.0.0</version> - <scope>compile</scope> </dependency> </dependencies> -- Gitblit v1.9.3