| | |
| | | <version>3.4</version> |
| | | </dependency> |
| | | <!--外部引入-人脸识别sdk--> |
| | | <!--免费版 V3.0--> |
| | | <dependency> |
| | | <groupId>com.whyc</groupId> |
| | | <artifactId>face</artifactId> |
| | | <version>1.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/arcsoft-sdk-face-3.0.0.0.jar</systemPath> |
| | | <!-- <systemPath>${pom.basedir}/src/main/resources/lib/arcsoft-sdk-face-3.1.1.0.jar</systemPath>--> |
| | | </dependency> |
| | | <dependency> |
| | | <!--增值版 V3.1--> |
| | | <!--<dependency> |
| | | <groupId>com.whyc</groupId> |
| | | <artifactId>face-linux</artifactId> |
| | | <artifactId>face</artifactId> |
| | | <version>1.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/arcsoft-sdk-face-3.0.0.0_linux.jar</systemPath> |
| | | <!-- <systemPath>${pom.basedir}/src/main/resources/lib/arcsoft-sdk-face-3.1.1.0_linux.jar</systemPath>--> |
| | | </dependency> |
| | | <systemPath>${pom.basedir}/src/main/resources/lib/arcsoft-sdk-face-3.1.1.0.jar</systemPath> |
| | | </dependency>--> |
| | | <!--<dependency> |
| | | <groupId>org.tensorflow</groupId> |
| | | <artifactId>tensorflow</artifactId> |
| | |
| | | <artifactId>jasypt-spring-boot-starter</artifactId> |
| | | <version>3.0.4</version> |
| | | </dependency> |
| | | |
| | | <!--soap webservice--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web-services</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.cxf</groupId> |
| | | <artifactId>cxf-spring-boot-starter-jaxws</artifactId> |
| | | <version>3.2.7</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |