From e5b23b9797083fbbbbe530ce76ffa3723bc3422f Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期四, 08 六月 2023 16:12:58 +0800 Subject: [PATCH] 增加管线泄露报警点高层算法 --- ard-work/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 2b2665c..004fd48 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -77,6 +77,12 @@ <artifactId>forest-spring-boot-starter</artifactId> <version>1.5.22</version> </dependency> + <!--mqtt--> + <dependency> + <groupId>org.springframework.integration</groupId> + <artifactId>spring-integration-mqtt</artifactId> + <version>6.0.3</version> + </dependency> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> -- Gitblit v1.9.3