From b5d508962f689d431d222928a1c664f9fe1b4b6b Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期六, 22 三月 2025 16:26:22 +0800 Subject: [PATCH] 引入离线包pom --- pom.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 6c1fa63..332027b 100644 --- a/pom.xml +++ b/pom.xml @@ -175,6 +175,20 @@ <systemPath>${pom.basedir}/src/main/resources/lib/tomcat-embed-core-9.0.30.jar</systemPath> </dependency> <dependency> + <groupId>com.whyc.hik</groupId> + <artifactId>jna</artifactId> + <version>0.0.0</version> + <scope>system</scope> + <systemPath>${pom.basedir}/src/main/resources/lib/hik/jna.jar</systemPath> + </dependency> + <dependency> + <groupId>com.whyc.hik</groupId> + <artifactId>examples</artifactId> + <version>0.0.0</version> + <scope>system</scope> + <systemPath>${pom.basedir}/src/main/resources/lib/hik/examples.jar</systemPath> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> -- Gitblit v1.9.1