Commit 02285ac3 authored by 003's avatar 003

20200922 影子服务跟设备之间做状态同步

parent eaafe393
......@@ -195,7 +195,11 @@
<artifactId>spring-tx</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
<version>${com.alibaba.dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
......@@ -285,11 +289,21 @@
<artifactId>fastjson</artifactId>
<version>${com.alibaba.fastjson.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.22.Final</version>
</dependency>
<dependency>
<groupId>com.dubbo.client</groupId>
<artifactId>dubbo-client</artifactId>
<version>1.0.8</version>
</dependency>
<dependency>
<groupId>com.base.component.iot</groupId>
<artifactId>base_component</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>io.nats</groupId>
<artifactId>jnats</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment