From fcd3c165331d3c4e240e2301c065ad6afcdb3599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 16 Jun 2023 11:53:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=9C=AA=E6=B7=BB=E5=8A=A0=20common-security=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=AF=BC=E8=87=B4=E5=BC=82=E5=B8=B8=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E5=99=A8=E4=B8=8D=E7=94=9F=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-modules/ruoyi-gen/pom.xml | 5 +++++ ruoyi-modules/ruoyi-job/pom.xml | 17 +++++++++++------ ruoyi-modules/ruoyi-resource/pom.xml | 14 ++++++++++---- ruoyi-modules/ruoyi-system/pom.xml | 23 ++++++++++++++++------- 4 files changed, 42 insertions(+), 17 deletions(-) diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index 04b27b99..0b20acc7 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -71,6 +71,11 @@ ruoyi-common-tenant + + org.dromara + ruoyi-common-security + + diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index e5ec5804..fde3c045 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -65,12 +65,6 @@ ruoyi-common-job - - - org.dromara - ruoyi-api-system - - org.dromara ruoyi-common-tenant @@ -82,6 +76,17 @@ + + org.dromara + ruoyi-common-security + + + + + org.dromara + ruoyi-api-system + + diff --git a/ruoyi-modules/ruoyi-resource/pom.xml b/ruoyi-modules/ruoyi-resource/pom.xml index 37b3a2d5..e13debc7 100644 --- a/ruoyi-modules/ruoyi-resource/pom.xml +++ b/ruoyi-modules/ruoyi-resource/pom.xml @@ -90,19 +90,25 @@ ruoyi-common-mybatis - org.dromara - ruoyi-api-system + ruoyi-common-tenant org.dromara - ruoyi-api-resource + ruoyi-common-security + + org.dromara - ruoyi-common-tenant + ruoyi-api-system + + + + org.dromara + ruoyi-api-resource diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index 39b9f7b1..80859746 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -70,31 +70,40 @@ ruoyi-common-seata - org.dromara - ruoyi-api-system + ruoyi-common-idempotent org.dromara - ruoyi-api-resource + ruoyi-common-tenant + org.dromara - ruoyi-common-idempotent + ruoyi-common-security + org.dromara - ruoyi-common-tenant + ruoyi-common-translation + + + + org.dromara + ruoyi-common-sensitive + + org.dromara - ruoyi-common-translation + ruoyi-api-system + org.dromara - ruoyi-common-sensitive + ruoyi-api-resource