Browse Source

更换mqtt包

master
zhczyx@163.com 3 weeks ago
parent
commit
1dd2724239
  1. 13
      pom.xml

13
pom.xml

@ -394,11 +394,16 @@
<artifactId>lombok</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/io.joynr.java.messaging.mqtt/paho-mqtt-client -->
<!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.joynr.java.messaging.mqtt/paho-mqtt-client &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>io.joynr.java.messaging.mqtt</groupId>-->
<!-- <artifactId>paho-mqtt-client</artifactId>-->
<!-- <version>1.14.2</version>-->
<!-- </dependency>-->
<dependency>
<groupId>io.joynr.java.messaging.mqtt</groupId>
<artifactId>paho-mqtt-client</artifactId>
<version>1.14.2</version>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version>
</dependency>
<!-- JSON等格式的转义和反转义 -->
<dependency>

Loading…
Cancel
Save