From 7f3fc64772c1bdf8f1346cc69b54c3a98f4ae1dd Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Tue, 9 May 2023 10:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.6.0=E3=80=91=E3=80=90=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E6=94=B9=E9=80=A0=E3=80=91=E3=80=90auth=E3=80=91?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel-d-auth/auth-api/pom.xml | 15 ++++------ .../auth-spring-boot-starter/pom.xml | 29 ++++++++++++++----- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/kernel-d-auth/auth-api/pom.xml b/kernel-d-auth/auth-api/pom.xml index 1b8b6ba08..214637039 100644 --- a/kernel-d-auth/auth-api/pom.xml +++ b/kernel-d-auth/auth-api/pom.xml @@ -25,13 +25,6 @@ ${roses.version} - - - com.fasterxml.jackson.core - jackson-annotations - provided - - @@ -54,17 +47,21 @@ ${roses.version} + + + com.fasterxml.jackson.core + jackson-annotations + + javax.servlet javax.servlet-api - provided org.springframework spring-web - provided diff --git a/kernel-d-auth/auth-spring-boot-starter/pom.xml b/kernel-d-auth/auth-spring-boot-starter/pom.xml index 91bd4b9f6..db15186fd 100644 --- a/kernel-d-auth/auth-spring-boot-starter/pom.xml +++ b/kernel-d-auth/auth-spring-boot-starter/pom.xml @@ -24,7 +24,29 @@ ${roses.version} + + + cn.stylefeng.roses + jwt-sdk + ${roses.version} + + + + + cn.stylefeng.roses + config-spring-boot-starter + ${roses.version} + + + + + cn.stylefeng.roses + validator-spring-boot-starter + ${roses.version} + + + cn.stylefeng.roses cache-sdk-memory @@ -38,13 +60,6 @@ true - - - cn.stylefeng.roses - jwt-sdk - ${roses.version} - - org.springframework.boot