From 6070ccbdfdd222094e60abb89194ff0944212c74 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 21 Dec 2021 11:41:01 +0800
Subject: [PATCH] 20211216
---
pom.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index a3ebfdf..57c559f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,6 +277,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