From 25b7ce0742103b9cbaf21aae06c2cf12d4872764 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 13 九月 2023 11:11:05 +0800
Subject: [PATCH] 视频上传
---
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