whycxzp
2025-03-26 427ec9e696494cedcde2d9c58e9565d1db6117aa
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>