From 1c732150ad5e8b21efff07ecd923c4ff8fda60c1 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 05 九月 2023 20:47:41 +0800 Subject: [PATCH] 100路视频 --- ycl-platform/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml index 6b4a384..4cbc411 100644 --- a/ycl-platform/pom.xml +++ b/ycl-platform/pom.xml @@ -43,6 +43,13 @@ <scope>system</scope> <systemPath>${project.basedir}/src/main/resources/libs/zwdd-sdk-java-1.2.0.jar</systemPath> </dependency> + <dependency> + <groupId>com.hikvision.ga</groupId> + <artifactId>artemis-http-client</artifactId> + <version>1.1.8</version> + <scope>system</scope> + <systemPath>${project.basedir}/src/main/resources/libs/artemis-http-client-1.1.8.jar</systemPath> + </dependency> </dependencies> <!-- <build>--> -- Gitblit v1.8.0