Преглед на файлове

Merge remote-tracking branch 'origin/master'

Administrator преди 2 години
родител
ревизия
e7d74cece1
променени са 2 файла, в които са добавени 16 реда и са изтрити 0 реда
  1. 6 0
      pom.xml
  2. 10 0
      ruoyi-system/pom.xml

+ 6 - 0
pom.xml

@@ -193,6 +193,12 @@
                 <version>1.1.3</version>
             </dependency>
 
+            <dependency>
+                <groupId>joda-time</groupId>
+                <artifactId>joda-time</artifactId>
+                <version>2.9.7</version>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 

+ 10 - 0
ruoyi-system/pom.xml

@@ -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>