whycxzp
2022-01-17 b9aa09c91ada97fcc487fe859840074743e9851f
更新外部jar引入
1个文件已修改
17 ■■■■■ 已修改文件
pom.xml 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -160,6 +160,21 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-websocket</artifactId>
        </dependency>
        <!--外部引入-->
        <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>
        </dependency>
        <dependency>
            <groupId>com.whyc</groupId>
            <artifactId>face-linux</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>
        </dependency>
    </dependencies>
    <build>
@@ -172,6 +187,8 @@
                <configuration>
                    <!-- 工程主入口-->
                    <mainClass>com.whyc.App</mainClass>
                    <fork>true</fork>
                    <includeSystemScope>true</includeSystemScope><!--添加此项-->
                </configuration>
            </plugin>
        </plugins>