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 | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml index 67a9c94..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>--> @@ -118,7 +125,9 @@ lombok.launch.AnnotationProcessorHider$AnnotationProcessor </annotationProcessor> </annotationProcessors> - + <compilerArguments> + <extdirs>${project.basedir}/src/main/resources/libs</extdirs> + </compilerArguments> </configuration> </plugin> @@ -137,8 +146,21 @@ </configuration> </plugin> </plugins> - </build> + <!-- 涓昏閰嶇疆锛氬皢寮曠敤鐨勭涓夋柟 jar 鍖呮墦杩涚敓鎴愮殑 jar 鏂囦欢鐨� BOOT-INF/lib 鐩綍涓� --> + <resources> + <resource> + <directory>src\main\resources\libs</directory> + <targetPath>BOOT-INF\lib</targetPath> + <!-- <includes> + <include>**/*.jar</include> + </includes>--> + </resource> + <resource> + <directory>src/main/resources</directory> + </resource> + </resources> + </build> -- Gitblit v1.8.0