From fb9678e9d3e9f92d8c5c431cdb8563baaf7d54a7 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 30 十一月 2021 10:40:22 +0800 Subject: [PATCH] 修复兼容接口云台控制 --- pom.xml | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 077f8f1..7a04892 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ <artifactId>wvp-pro</artifactId> <version>2.0</version> <name>web video platform</name> + <description>鍥芥爣28181瑙嗛骞冲彴</description> <repositories> <repository> @@ -211,15 +212,10 @@ <!-- <version>1.0.8</version>--> <!-- </dependency>--> - - - <!-- onvif鍗忚鏍� --> <dependency> - <groupId>be.teletask</groupId> - <artifactId>onvif-java</artifactId> - <version>1.0.2</version> - <scope>system</scope> - <systemPath>${project.basedir}/libs/onvif-java-1.0.2.jar</systemPath> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> +<!-- <scope>test</scope>--> </dependency> </dependencies> @@ -245,8 +241,16 @@ </plugin> <plugin> + <groupId>pl.project13.maven</groupId> + <artifactId>git-commit-id-plugin</artifactId> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <skipTests>true</skipTests> + </configuration> </plugin> </plugins> -- Gitblit v1.8.0