Browse Source

#mqttv3依赖引入

zhongwei
yang_shj 5 months ago
parent
commit
93f32a53b3
  1. 5
      hzims-service/weather/pom.xml

5
hzims-service/weather/pom.xml

@ -35,6 +35,11 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
</dependency>
<dependency>
<groupId>commons-collections</groupId> <groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId> <artifactId>commons-collections</artifactId>
<version>3.0</version> <version>3.0</version>

Loading…
Cancel
Save