Jelajahi Sumber

引入joda-time

LIVE_YE 2 tahun lalu
induk
melakukan
0defadcb9c
2 mengubah file dengan 16 tambahan dan 0 penghapusan
  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>