From acefcb44ddac91554603aee6596251e145d7d7bb Mon Sep 17 00:00:00 2001 From: clay Date: Wed, 23 Apr 2025 19:55:15 +0800 Subject: [PATCH] =?UTF-8?q?build=20:=20=E5=8F=91=E5=B8=83=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 94ab905..2547ccb 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,26 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + + + org.projectlombok + lombok + ${lombok.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + org.apache.maven.plugins maven-deploy-plugin