From 3ae364164cb9d85acce0b53a1ba5c70a80991308 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 03 七月 2024 22:21:49 +0800 Subject: [PATCH] 温度循环+报告英文换行+检验只有一项的设备查询+光纤配置报告换页+温度湿度 --- system-run/pom.xml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/system-run/pom.xml b/system-run/pom.xml index 9079d88..7952a24 100644 --- a/system-run/pom.xml +++ b/system-run/pom.xml @@ -30,7 +30,19 @@ <dependency> <groupId>com.yuanchu.mom</groupId> - <artifactId>data-server</artifactId> + <artifactId>cnas-server</artifactId> + <version>0.0.1-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>com.yuanchu.mom</groupId> + <artifactId>inspect-server</artifactId> + <version>0.0.1-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>com.yuanchu.mom</groupId> + <artifactId>performance-server</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency> -- Gitblit v1.9.3