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