Browse Source

增加:includeSystemScope

lianshufeng 1 year ago
parent
commit
ccdcc5ade7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      super/MSConfigure/pom.xml

+ 3 - 0
super/MSConfigure/pom.xml

@@ -432,6 +432,9 @@
                 <groupId>org.springframework.boot</groupId>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <version>${spring-boot.version}</version>
                 <version>${spring-boot.version}</version>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
             </plugin>
 
 
             <!-- groovy -->
             <!-- groovy -->