瀏覽代碼

依赖包处理

xielq 4 年之前
父節點
當前提交
663d8d8ac0
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -134,6 +134,13 @@
 
 	<build>
 		<plugins>
+        		<plugin>
+            			<groupId>org.springframework.boot</groupId>
+            			<artifactId>spring-boot-maven-plugin</artifactId>
+            			<configuration>
+                			<includeSystemScope>true</includeSystemScope>
+            			</configuration>
+        		</plugin>
                         <plugin>
                                 <groupId>org.apache.maven.plugins</groupId>
                                 <artifactId>maven-compiler-plugin</artifactId>