Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e8f98246f0
|
|
@ -193,9 +193,9 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>arcsoft</groupId>
|
||||
<artifactId>arcsoft</artifactId>
|
||||
<version>3.0</version>
|
||||
<groupId>com.arcsoft.face</groupId>
|
||||
<artifactId>arcsoft-sdk-face</artifactId>
|
||||
<version>3.0.0.0-linux</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/arcsoft-sdk-face-3.0.0.0-linux.jar</systemPath>
|
||||
</dependency>
|
||||
|
|
@ -215,6 +215,9 @@
|
|||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<includeSystemScope>true</includeSystemScope>
|
||||
</configuration>
|
||||
<version>2.4.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
|||
Loading…
Reference in New Issue