From 714f5f0ebb21b2c78980e9f77c218156b3adb105 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 24 八月 2023 21:03:25 +0800
Subject: [PATCH] 视频接入
---
ycl-platform/src/main/resources/libs/artemis-http-client-1.1.8.jar | 0
ycl-platform/pom.xml | 7 +++++++
2 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>-->
diff --git a/ycl-platform/src/main/resources/libs/artemis-http-client-1.1.8.jar b/ycl-platform/src/main/resources/libs/artemis-http-client-1.1.8.jar
new file mode 100644
index 0000000..01e93e3
--- /dev/null
+++ b/ycl-platform/src/main/resources/libs/artemis-http-client-1.1.8.jar
Binary files differ
--
Gitblit v1.8.0