瀏覽代碼

引入joda-time

LIVE_YE 2 年之前
父節點
當前提交
0defadcb9c
共有 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>