File tree Expand file tree Collapse file tree
jdk_8_maven/cs/rest-gui/ocvn Expand file tree Collapse file tree Original file line number Diff line number Diff line change 292292 <artifactId >spring-boot-maven-plugin</artifactId >
293293 <configuration >
294294 <executable >true</executable >
295+ <includeSystemScope >true</includeSystemScope >
295296 </configuration >
296297 <version >${spring.boot.version} </version >
297298 <executions >
Original file line number Diff line number Diff line change 238238 <groupId >org.springframework.boot</groupId >
239239 <artifactId >spring-boot-maven-plugin</artifactId >
240240 <version >${spring.boot.version} </version >
241+ <configuration >
242+ <includeSystemScope >true</includeSystemScope >
243+ </configuration >
241244 </plugin >
242245 <plugin >
243246 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 265265<!-- MODIFIED -->
266266 <configuration >
267267 <classifier >exec</classifier >
268+ <includeSystemScope >true</includeSystemScope >
268269 </configuration >
269270 <executions >
270271 <execution >
You can’t perform that action at this time.
0 commit comments