From 765e33b30a4ecd81a9634a12dc01d4cc5564168b Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期二, 06 五月 2025 17:23:39 +0800 Subject: [PATCH] 获取一个取水口接口返回值增加控制器地址和通讯协议字段 --- pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/pom.xml b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/pom.xml index 7fd838f..c06d736 100644 --- a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/pom.xml +++ b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/pom.xml @@ -125,6 +125,48 @@ <version>2.0.7</version> </dependency> + <!--閽夐拤娑堟伅鎺ㄩ��--> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>alibaba-dingtalk-service-sdk</artifactId> + <version>2.0.0</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.15</version> + </dependency> + + <!-- 鑾峰緱绯荤粺淇℃伅 --> + <dependency> + <groupId>com.github.oshi</groupId> + <artifactId>oshi-core</artifactId> + <version>6.6.2</version> + </dependency> + <dependency> + <groupId>net.java.dev.jna</groupId> + <artifactId>jna</artifactId> + <version>5.12.1</version> + </dependency> + <dependency> + <groupId>net.java.dev.jna</groupId> + <artifactId>jna-platform</artifactId> + <version>5.12.1</version> + </dependency> + <!-- 绫诲弽灏� --> + <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + <version>0.10.2</version> + </dependency> + + <!-- 娴嬭瘯 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0