From 6d21aed9ffa321742e1b00b1275af217183e1872 Mon Sep 17 00:00:00 2001 From: panxuejie <15855548138@163.com> Date: Mon, 5 Jan 2026 17:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=B1=BB=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common-model/pom.xml | 5 +++++ pom.xml | 24 ++++++------------------ 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/common/common-model/pom.xml b/common/common-model/pom.xml index 01b3109..ba99c1b 100644 --- a/common/common-model/pom.xml +++ b/common/common-model/pom.xml @@ -30,6 +30,11 @@ + + org.springframework.boot + spring-boot-starter-test + test + org.junit.jupiter junit-jupiter diff --git a/pom.xml b/pom.xml index 6ccda8d..47277a5 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 2.1.0 2.3.0 3.14.0 - 5.10.1 + 5.9.3 @@ -118,6 +118,7 @@ org.springframework.boot spring-boot-starter-test + ${spring-boot.version} test @@ -125,11 +126,13 @@ org.junit.jupiter junit-jupiter-api + ${junit-jupiter.version} test org.junit.jupiter junit-jupiter-engine + ${junit-jupiter.version} test @@ -195,14 +198,6 @@ provided - - - org.springframework.boot - spring-boot-starter-test - ${spring-boot.version} - test - - org.junit.jupiter @@ -278,18 +273,11 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.1 - true --enable-preview + false - - - org.junit.jupiter - junit-jupiter-engine - ${junit-jupiter.version} - -