From 14015e1dbd08408b4c7bf0ee7a42b19e068aec5e Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Thu, 27 Oct 2022 12:07:01 +0800 Subject: [PATCH] =?UTF-8?q?pom=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 24 +++++++++++++++++------- web/pom.xml | 15 +++++++++++---- 2 files changed, 28 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index cd0abcca..2e2ef5b2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 1.8 UTF-8 - 2.5.2 + 2.5.2 admin-core @@ -17,14 +17,17 @@ web admin-test - - org.springframework.boot - spring-boot-starter-parent - 2.5.2 - - + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + com.ibeetl admin-core @@ -45,11 +48,13 @@ org.springframework.boot spring-boot-devtools + ${spring.boot.version} true org.springframework.boot spring-boot-starter-test + ${spring.boot.version} org.slf4j @@ -94,6 +99,11 @@ + + com.auth0 + java-jwt + 4.0.0 + diff --git a/web/pom.xml b/web/pom.xml index 7bd3f278..be5f8c74 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -12,10 +12,9 @@ 1.3.1 - org.springframework.boot - spring-boot-starter-parent - 2.5.2 - + com.ibeetl + admin + 1.3.1 @@ -244,6 +243,14 @@ + + com.auth0 + java-jwt + + + org.quartz-scheduler + quartz +