From 071ff5b626bff9ed59433492a1731bf7a053a5e0 Mon Sep 17 00:00:00 2001
From: 648540858 <18010473990@163.com>
Date: 星期日, 08 八月 2021 09:21:30 +0800
Subject: [PATCH] 修复, #133
---
pom.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 077f8f1..49fa3b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,6 +221,12 @@
<scope>system</scope>
<systemPath>${project.basedir}/libs/onvif-java-1.0.2.jar</systemPath>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+<!-- <scope>test</scope>-->
+ </dependency>
</dependencies>
@@ -247,6 +253,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
</plugin>
</plugins>
--
Gitblit v1.8.0