From 4d08ca995108489c6f87ff90b704b1743fcf70a7 Mon Sep 17 00:00:00 2001 From: hui Date: Wed, 20 Nov 2024 11:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- servers/boe-server-basic/pom.xml | 59 ++++++++++++++------------------ 1 file changed, 25 insertions(+), 34 deletions(-) diff --git a/servers/boe-server-basic/pom.xml b/servers/boe-server-basic/pom.xml index 6cad4e7a..b4957d84 100644 --- a/servers/boe-server-basic/pom.xml +++ b/servers/boe-server-basic/pom.xml @@ -24,36 +24,21 @@ ${xboe.version} - com.xboe - xboe-redis - ${xboe.version} - - - - com.auth0 - java-jwt - 3.18.3 + com.xboe + xboe-redis + ${xboe.version} - - - - org.apache.commons - commons-lang3 + org.springframework.boot + spring-boot-configuration-processor + true - commons-codec - commons-codec + org.springframework.boot + spring-boot-starter-test + test - - - - org.springframework.boot spring-boot-starter-data-jpa @@ -82,10 +67,20 @@ true + - org.springframework.boot - spring-boot-starter-test - test + com.auth0 + java-jwt + 3.18.3 + + + + org.apache.commons + commons-lang3 + + + commons-codec + commons-codec @@ -95,11 +90,7 @@ 3.0.3 - - org.springframework.boot - spring-boot-configuration-processor - true - + @@ -120,7 +111,7 @@ - + org.apache.maven.plugins maven-compiler-plugin