| | |
| | | <artifactId>commons-lang3</artifactId> |
| | | <version>3.4</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | <!--外部引入-人脸识别sdk--> |
| | | <dependency> |
| | | <groupId>org.apache.tomcat.embed</groupId> |
| | |
| | | <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> |