|
|
|
@ -118,12 +118,6 @@
|
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>alarm-api</artifactId> |
|
|
|
|
<version>4.0.0-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>equipment-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
@ -142,6 +136,11 @@
|
|
|
|
|
<groupId>org.eclipse.paho</groupId> |
|
|
|
|
<artifactId>org.eclipse.paho.client.mqttv3</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
<artifactId>alarm-api</artifactId> |
|
|
|
|
<version>4.0.0-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|