From 2078aee230bc109d66da296da8b7f24377befa1b Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 20 十二月 2024 11:08:44 +0800 Subject: [PATCH] 1 --- ycl-smoke/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-smoke/pom.xml b/ycl-smoke/pom.xml index d4636e8..f7cdd77 100644 --- a/ycl-smoke/pom.xml +++ b/ycl-smoke/pom.xml @@ -63,6 +63,7 @@ <artifactId>nothing</artifactId> </include> </includes> + <includeSystemScope>true</includeSystemScope> </configuration> </plugin> @@ -101,7 +102,7 @@ <path> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - <version>1.18.20</version> + <version>1.18.22</version> </path> </annotationProcessorPaths> -- Gitblit v1.8.0