From 62f0eb6e3296fa3ef589e48bca06198ed26f9893 Mon Sep 17 00:00:00 2001 From: shiyunteng <shiyunteng@example.com> Date: 星期二, 25 三月 2025 17:32:40 +0800 Subject: [PATCH] 设备技术协议 --- platformx-device-api/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/platformx-device-api/pom.xml b/platformx-device-api/pom.xml index 69b13cb..300a4a2 100644 --- a/platformx-device-api/pom.xml +++ b/platformx-device-api/pom.xml @@ -42,5 +42,13 @@ <groupId>com.by4cloud</groupId> <artifactId>platformx-common-data</artifactId> </dependency> + <dependency> + <groupId>com.by4cloud</groupId> + <artifactId>platformx-upms-api</artifactId> + </dependency> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-extra</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.1