whycxzp
2025-03-22 b5d508962f689d431d222928a1c664f9fe1b4b6b
引入离线包pom
1个文件已修改
14 ■■■■■ 已修改文件
pom.xml 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>