From 4900a7651637b1b13edbf175cf2da7fba57fef15 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 12 八月 2024 14:16:42 +0800 Subject: [PATCH] 海康接口调整 --- pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 903f2e4..6506610 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,12 @@ </dependencyManagement> <dependencies> + <!-- 娴峰悍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 +262,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