From 5d9101e8627bca8e1ec25739777bfc2bdc8c104e Mon Sep 17 00:00:00 2001 From: xuefei <564615061@qq.cm> Date: 星期五, 28 四月 2023 10:38:55 +0800 Subject: [PATCH] 测试漏洞修复 --- xboot-admin/pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/xboot-admin/pom.xml b/xboot-admin/pom.xml index 7aea03e..dc86bc1 100644 --- a/xboot-admin/pom.xml +++ b/xboot-admin/pom.xml @@ -82,6 +82,9 @@ </goals> </execution> </executions> + <configuration> + <includeSystemScope>true</includeSystemScope> + </configuration> </plugin> </plugins> </build> -- Gitblit v1.9.1