From d3d8a54252498f2a1b6da0d9d4a3ed12c7e8451a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 19 八月 2024 17:57:58 +0800
Subject: [PATCH] bug
---
pom.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 903f2e4..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>
@@ -256,7 +268,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
- <version>4.1.3</version>
+ <version>4.0.4</version>
</dependency>
--
Gitblit v1.8.0