|
@@ -35,6 +35,8 @@
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
<jwt.version>0.9.1</jwt.version>
|
|
|
<skipTests>true</skipTests>
|
|
|
+ <guava.retry.version>2.0.0</guava.retry.version>
|
|
|
+ <iotCommunication.version>1.4.2</iotCommunication.version>
|
|
|
</properties>
|
|
|
|
|
|
<!-- 依赖声明 -->
|
|
@@ -229,6 +231,20 @@
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.rholder</groupId>
|
|
|
+ <artifactId>guava-retrying</artifactId>
|
|
|
+ <version>${guava.retry.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.xingshuangs</groupId>
|
|
|
+ <artifactId>iot-communication</artifactId>
|
|
|
+ <version>${iotCommunication.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|