| | |
| | | <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> |