From 2b2d292c1a274aa95aab8c2ac20530e54a503923 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期三, 08 十一月 2023 10:39:32 +0800
Subject: [PATCH] 对接数据 web接口

---
 hd/pipe/StaffManage/pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/hd/pipe/StaffManage/pom.xml b/hd/pipe/StaffManage/pom.xml
index 82f5be1..8eb8a9a 100644
--- a/hd/pipe/StaffManage/pom.xml
+++ b/hd/pipe/StaffManage/pom.xml
@@ -82,6 +82,12 @@
             <groupId>org.apache.rocketmq</groupId>
             <artifactId>rocketmq-spring-boot-starter</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.eclipse.paho</groupId>
+            <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
+            <version>1.2.2</version>
+        </dependency>
     </dependencies>
 
     <repositories>

--
Gitblit v1.9.3