From 6b1c1e5720f5eeaab24a5098a2ac519308fb8d75 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Tue, 8 Nov 2022 23:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.3.2=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=BC=93=E5=AD=98pom=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E4=B8=BAoptional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel-d-auth/auth-sdk/pom.xml | 4 ++-- kernel-d-auth/auth-spring-boot-starter/pom.xml | 9 ++++++++- kernel-s-system/system-spring-boot-starter/pom.xml | 10 +++++++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/kernel-d-auth/auth-sdk/pom.xml b/kernel-d-auth/auth-sdk/pom.xml index 26029c5eb..e84c3d657 100644 --- a/kernel-d-auth/auth-sdk/pom.xml +++ b/kernel-d-auth/auth-sdk/pom.xml @@ -109,13 +109,13 @@ cn.stylefeng.roses cache-sdk-memory ${roses.version} - provided + true cn.stylefeng.roses cache-sdk-redis ${roses.version} - provided + true diff --git a/kernel-d-auth/auth-spring-boot-starter/pom.xml b/kernel-d-auth/auth-spring-boot-starter/pom.xml index 9c52ca7ef..b493d240b 100644 --- a/kernel-d-auth/auth-spring-boot-starter/pom.xml +++ b/kernel-d-auth/auth-spring-boot-starter/pom.xml @@ -24,11 +24,18 @@ ${roses.version} - + cn.stylefeng.roses cache-sdk-memory ${roses.version} + true + + + cn.stylefeng.roses + cache-sdk-redis + ${roses.version} + true diff --git a/kernel-s-system/system-spring-boot-starter/pom.xml b/kernel-s-system/system-spring-boot-starter/pom.xml index efb041683..53b5f8010 100644 --- a/kernel-s-system/system-spring-boot-starter/pom.xml +++ b/kernel-s-system/system-spring-boot-starter/pom.xml @@ -60,16 +60,24 @@ - cn.stylefeng.roses system-business-user ${roses.version} + + cn.stylefeng.roses cache-sdk-memory ${roses.version} + true + + + cn.stylefeng.roses + cache-sdk-redis + ${roses.version} + true