From 57b4e9e9bba5e0a0227e533b904038a83d9c61e1 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 15 八月 2024 10:57:09 +0800 Subject: [PATCH] 任务调整 --- pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 614ed78..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>${spring-boot.version}</version> + <version>4.0.4</version> </dependency> -- Gitblit v1.8.0