Browse Source

更换mqtt包

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

17
pom.xml

@ -394,12 +394,17 @@
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
</dependency> </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> <!-- <dependency>-->
<groupId>io.joynr.java.messaging.mqtt</groupId> <!-- <groupId>io.joynr.java.messaging.mqtt</groupId>-->
<artifactId>paho-mqtt-client</artifactId> <!-- <artifactId>paho-mqtt-client</artifactId>-->
<version>1.14.2</version> <!-- <version>1.14.2</version>-->
</dependency> <!-- </dependency>-->
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version>
</dependency>
<!-- JSON等格式的转义和反转义 --> <!-- JSON等格式的转义和反转义 -->
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>

Loading…
Cancel
Save