张延森 2 vuotta sitten
vanhempi
commit
d5a451ac12
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4
    1
      pom.xml

+ 4
- 1
pom.xml Näytä tiedosto

@@ -10,7 +10,7 @@
10 10
 	</parent>
11 11
 	<groupId>com.njyunzhi</groupId>
12 12
 	<artifactId>nanyang</artifactId>
13
-	<version>0.0.1-SNAPSHOT</version>
13
+	<version>0.0.1-hatc</version>
14 14
 	<name>hatc-api</name>
15 15
 	<description>海康接口</description>
16 16
 	<properties>
@@ -67,6 +67,9 @@
67 67
 			<plugin>
68 68
 				<groupId>org.springframework.boot</groupId>
69 69
 				<artifactId>spring-boot-maven-plugin</artifactId>
70
+				<configuration>
71
+					<includeSystemScope>true</includeSystemScope>
72
+				</configuration>
70 73
 			</plugin>
71 74
 		</plugins>
72 75
 	</build>