From 8844830afc273621e662381e7b1286eb536193ac Mon Sep 17 00:00:00 2001 From: MHW Date: Tue, 17 Mar 2026 21:21:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dlombok=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-solution-common/pom.xml | 6 ++++++ auto-solution-rule/pom.xml | 4 ---- auto-solution-scene/pom.xml | 4 ---- pom.xml | 23 +++++++++++++++++++++++ 4 files changed, 29 insertions(+), 8 deletions(-) diff --git a/auto-solution-common/pom.xml b/auto-solution-common/pom.xml index 0b387a9..402b1e4 100644 --- a/auto-solution-common/pom.xml +++ b/auto-solution-common/pom.xml @@ -113,6 +113,12 @@ javax.servlet-api + + org.projectlombok + lombok + 1.18.34 + + cn.hutool hutool-all diff --git a/auto-solution-rule/pom.xml b/auto-solution-rule/pom.xml index 33757b0..b0b0238 100644 --- a/auto-solution-rule/pom.xml +++ b/auto-solution-rule/pom.xml @@ -24,10 +24,6 @@ solution-common - - org.projectlombok - lombok - io.springfox diff --git a/auto-solution-scene/pom.xml b/auto-solution-scene/pom.xml index 842a4ce..a06d4fe 100644 --- a/auto-solution-scene/pom.xml +++ b/auto-solution-scene/pom.xml @@ -30,10 +30,6 @@ solution-common - - org.projectlombok - lombok - io.springfox diff --git a/pom.xml b/pom.xml index 9cd896a..c510c05 100644 --- a/pom.xml +++ b/pom.xml @@ -274,6 +274,29 @@ ${project.build.sourceEncoding} + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 11 + 11 + + + + org.projectlombok + lombok + 1.18.34 + + + org.mapstruct + mapstruct-processor + 1.5.5.Final + + + + +