From e0661b92283faa0c9583b8325c846879088dc30b Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 27 Dec 2023 12:31:42 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20maven=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/pom.xml | 20 -------------------- pom.xml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/core/core-backend/pom.xml b/core/core-backend/pom.xml index 3493e54e38..25ba229d72 100644 --- a/core/core-backend/pom.xml +++ b/core/core-backend/pom.xml @@ -137,18 +137,7 @@ - - - - - src/main/resources - true - - static/** - - - @@ -207,15 +196,6 @@ - - - src/main/resources - true - - static/** - - - diff --git a/pom.xml b/pom.xml index cae4bc0178..73803a284f 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,8 @@ 4.5.14 4.4.16 3.3.2 + 3.1.2 + 3.2.0 @@ -152,6 +154,16 @@ maven-antrun-plugin ${maven.antrun.version} + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.version} + + + org.apache.maven.plugins + maven-clean-plugin + ${maven.clean.version} +