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 | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 2598e4c..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> @@ -252,6 +258,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