From 3f31f3739ea7625e2fdc899b4b6aff0e1a39bc83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=B0=B8=E6=98=A5?= Date: Fri, 28 Nov 2025 21:41:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=AD=A3=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dolphin-commons/dolphin-common-core/pom.xml | 11 ----- .../dolphin-common-mybatis/pom.xml | 11 ----- .../dolphin-common-security/pom.xml | 11 ----- dolphin-compose/pom.xml | 19 --------- dolphin-modules/dolphin-module-core/pom.xml | 11 ----- dolphin-modules/dolphin-module-rbac/pom.xml | 11 ----- pom.xml | 42 ++++++++++++++++++- 7 files changed, 41 insertions(+), 75 deletions(-) diff --git a/dolphin-commons/dolphin-common-core/pom.xml b/dolphin-commons/dolphin-common-core/pom.xml index 6498bd9..03e1d0c 100644 --- a/dolphin-commons/dolphin-common-core/pom.xml +++ b/dolphin-commons/dolphin-common-core/pom.xml @@ -28,17 +28,6 @@ org.apache.maven.plugins maven-compiler-plugin - - - - org.projectlombok - lombok - - - ${java.version} - ${java.version} - UTF-8 - diff --git a/dolphin-commons/dolphin-common-mybatis/pom.xml b/dolphin-commons/dolphin-common-mybatis/pom.xml index 1410ae0..5be8cf6 100644 --- a/dolphin-commons/dolphin-common-mybatis/pom.xml +++ b/dolphin-commons/dolphin-common-mybatis/pom.xml @@ -36,17 +36,6 @@ org.apache.maven.plugins maven-compiler-plugin - - - - org.projectlombok - lombok - - - ${java.version} - ${java.version} - UTF-8 - diff --git a/dolphin-commons/dolphin-common-security/pom.xml b/dolphin-commons/dolphin-common-security/pom.xml index 547dea9..abe3db3 100644 --- a/dolphin-commons/dolphin-common-security/pom.xml +++ b/dolphin-commons/dolphin-common-security/pom.xml @@ -45,17 +45,6 @@ org.apache.maven.plugins maven-compiler-plugin - - - - org.projectlombok - lombok - - - ${java.version} - ${java.version} - UTF-8 - diff --git a/dolphin-compose/pom.xml b/dolphin-compose/pom.xml index 7a6c7fd..1ef58f7 100644 --- a/dolphin-compose/pom.xml +++ b/dolphin-compose/pom.xml @@ -65,29 +65,10 @@ org.apache.maven.plugins maven-compiler-plugin - - - - org.projectlombok - lombok - - - ${java.version} - ${java.version} - UTF-8 - org.springframework.boot spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - diff --git a/dolphin-modules/dolphin-module-core/pom.xml b/dolphin-modules/dolphin-module-core/pom.xml index 641aa75..0dd3670 100644 --- a/dolphin-modules/dolphin-module-core/pom.xml +++ b/dolphin-modules/dolphin-module-core/pom.xml @@ -48,17 +48,6 @@ org.apache.maven.plugins maven-compiler-plugin - - - - org.projectlombok - lombok - - - ${java.version} - ${java.version} - UTF-8 - diff --git a/dolphin-modules/dolphin-module-rbac/pom.xml b/dolphin-modules/dolphin-module-rbac/pom.xml index a3fb649..6041428 100644 --- a/dolphin-modules/dolphin-module-rbac/pom.xml +++ b/dolphin-modules/dolphin-module-rbac/pom.xml @@ -30,17 +30,6 @@ org.apache.maven.plugins maven-compiler-plugin - - - - org.projectlombok - lombok - - - ${java.version} - ${java.version} - UTF-8 - diff --git a/pom.xml b/pom.xml index 3d0b030..9a2cdb9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,6 @@ day.gitlab dolphin-backend 0.0.1-SNAPSHOT - dolphin-backend pom @@ -68,4 +67,45 @@ + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + + + ${java.version} + ${java.version} + UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + + + + org.projectlombok + lombok + + + + + + +