From e3daa347df3ce7f65444f2b357b229e42c0e912d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 19 八月 2024 13:42:04 +0800
Subject: [PATCH] 车辆点位和视图库稳定性测试
---
pom.xml | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2598e4c..7d28752 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,18 @@
</dependencyManagement>
<dependencies>
+ <!-- sip鍗忚鏍� -->
+ <dependency>
+ <groupId>javax.sip</groupId>
+ <artifactId>jain-sip-ri</artifactId>
+ <version>1.3.0-91</version>
+ </dependency>
+ <!-- 娴峰悍client -->
+ <dependency>
+ <groupId>com.hikvision.ga</groupId>
+ <artifactId>artemis-http-client</artifactId>
+ <version>1.1.3</version>
+ </dependency>
<!-- jpa -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -252,6 +264,14 @@
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-openfeign</artifactId>
+ <version>4.0.4</version>
+ </dependency>
+
+
</dependencies>
<build>
--
Gitblit v1.8.0