From f85bad33886c792e5968e8583cbfbbf76dbcf8d7 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: Wed, 22 Sep 2021 11:10:10 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=BB=93=E6=9E=84=20=E8=A7=A3=E5=86=B3=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 29 +++++++++++++++++++++++++++++ ruoyi-common/pom.xml | 17 +++++------------ ruoyi-framework/pom.xml | 11 +++++++++++ 3 files changed, 45 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 3f38e6bc1..73d680a10 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ 3.2.0 1.2.6 3.0.3 + 1.5.22 4.1.2 2.2.11 1.7 @@ -76,6 +77,18 @@ com.github.xiaoymin knife4j-spring-boot-starter ${knife4j.version} + + + swagger-annotations + io.swagger + + + + + + io.swagger + swagger-annotations + ${swagger-annotations.version} @@ -89,6 +102,16 @@ com.alibaba easyexcel ${easyexcel.version} + + + org.apache.poi + poi + + + org.apache.poi + poi-ooxml-schemas + + @@ -139,6 +162,12 @@ org.springframework.cloud spring-cloud-starter-openfeign ${feign.version} + + + feign-core + io.github.openfeign + + diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 89f56b169..5ed9c92f1 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -131,6 +131,11 @@ knife4j-spring-boot-starter + + io.swagger + swagger-annotations + + org.springframework.boot spring-boot-starter-actuator @@ -147,22 +152,10 @@ redisson-spring-boot-starter - - - com.baomidou - dynamic-datasource-spring-boot-starter - - - - p6spy - p6spy - - com.baomidou lock4j-redisson-spring-boot-starter - diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 0a147a8da..7010724b1 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -61,6 +61,17 @@ druid-spring-boot-starter + + + com.baomidou + dynamic-datasource-spring-boot-starter + + + + p6spy + p6spy + + com.ruoyi