Browse Source

json依赖

develop
wangsixiang 8 months ago
parent
commit
1d37915d7d
  1. 6
      zc-business/pom.xml

6
zc-business/pom.xml

@ -21,7 +21,11 @@
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
<dependency>
<groupId>com.hikvision.ga</groupId>
<artifactId>artemis-http-client</artifactId>

Loading…
Cancel
Save