|
@@ -69,7 +69,7 @@
|
|
|
<artifactId>arcsoft-sdk-face</artifactId>
|
|
<artifactId>arcsoft-sdk-face</artifactId>
|
|
|
<version>3.0.0.0</version>
|
|
<version>3.0.0.0</version>
|
|
|
<scope>system</scope>
|
|
<scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/src/main/resources/libs/arcsoft-sdk-face-3.0.0.0.jar</systemPath>
|
|
|
|
|
|
|
+ <systemPath>${pom.basedir}/src/main/resources/libs/arcsoft-sdk-face-3.0.0.0.jar</systemPath>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.bytedeco/ffmpeg-platform -->
|
|
<!-- https://mvnrepository.com/artifact/org.bytedeco/ffmpeg-platform -->
|
|
@@ -96,21 +96,21 @@
|
|
|
<artifactId>connect-lib</artifactId>
|
|
<artifactId>connect-lib</artifactId>
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
<scope>system</scope>
|
|
<scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/src/main/resources/libs/connect-lib.jar</systemPath>
|
|
|
|
|
|
|
+ <systemPath>${pom.basedir}/src/main/resources/libs/connect-lib.jar</systemPath>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>reader</groupId>
|
|
<groupId>reader</groupId>
|
|
|
<artifactId>reader-lib</artifactId>
|
|
<artifactId>reader-lib</artifactId>
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
<scope>system</scope>
|
|
<scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/src/main/resources/libs/reader-lib.jar</systemPath>
|
|
|
|
|
|
|
+ <systemPath>${pom.basedir}/src/main/resources/libs/reader-lib.jar</systemPath>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.gg.reader</groupId>
|
|
<groupId>com.gg.reader</groupId>
|
|
|
<artifactId>greader-api</artifactId>
|
|
<artifactId>greader-api</artifactId>
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
<scope>system</scope>
|
|
<scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/src/main/resources/libs/reader.jar</systemPath>
|
|
|
|
|
|
|
+ <systemPath>${pom.basedir}/src/main/resources/libs/reader.jar</systemPath>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd</groupId>
|
|
<groupId>com.zd</groupId>
|
|
@@ -142,7 +142,7 @@
|
|
|
<artifactId>onvif-java</artifactId>
|
|
<artifactId>onvif-java</artifactId>
|
|
|
<version>1.0.2</version>
|
|
<version>1.0.2</version>
|
|
|
<scope>system</scope>
|
|
<scope>system</scope>
|
|
|
- <systemPath>${project.basedir}/src/main/resources/libs/onvif-java-1.0.2.jar</systemPath>
|
|
|
|
|
|
|
+ <systemPath>${pom.basedir}/src/main/resources/libs/onvif-java-1.0.2.jar</systemPath>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|