From 5f18a3e1656d22b0686dfc3640e2d703511d0177 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Wed, 4 Feb 2026 14:44:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0Paho=20MQTT=20v5?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为WVP平台引入MQTT协议支持,用于向边缘端推送AI配置 Co-Authored-By: Claude Opus 4.5 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 73c833918..573c936a8 100644 --- a/pom.xml +++ b/pom.xml @@ -410,6 +410,13 @@ commons-pool2 + + + org.eclipse.paho + org.eclipse.paho.mqttv5.client + 1.2.5 + + org.springframework.boot spring-boot-starter-test