|
@@ -22,6 +22,16 @@
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
<artifactId>ruoyi-common</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.hikvision.ga</groupId>
|
|
|
+ <artifactId>artemis-http-client</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>joda-time</groupId>
|
|
|
+ <artifactId>joda-time</artifactId>
|
|
|
+ <version>2.9.7</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|