报表基础模块:report-biz增加plugin配置includeSystemScope

This commit is contained in:
gaoqr
2024-07-24 09:51:18 +08:00
parent 4dc8b9e20b
commit 89cf91fc07
@@ -169,6 +169,9 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>
<goals>