From f9e8419a5866078322191a1e1a7ff98598be1cf5 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 20 Dec 2021 10:38:01 +0800 Subject: [PATCH] fix pom.xml --- pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 34ed72e..53fa9ec 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,9 @@ <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> -- Gitblit v1.9.1