From d270f7ac8bd15611801e12d1e039ca4371b4174d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 13 一月 2023 23:04:08 +0800 Subject: [PATCH] update 适配 获取缓存监控列表接口 替换过期语法 --- ruoyi-common/pom.xml | 35 ++++++++++++++++++----------------- 1 files changed, 18 insertions(+), 17 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index c438bf7..230c966 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,8 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>4.5.0</version> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -112,8 +113,8 @@ </dependency> <dependency> - <groupId>com.sun.mail</groupId> - <artifactId>jakarta.mail</artifactId> + <groupId>jakarta.mail</groupId> + <artifactId>jakarta.mail-api</artifactId> </dependency> <dependency> @@ -123,18 +124,12 @@ <dependency> <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-webmvc-core</artifactId> + <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> </dependency> <dependency> - <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-javadoc</artifactId> - </dependency> - - <!-- 鑷姩鐢熸垚YML閰嶇疆鍏宠仈JSON鏂囦欢 --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-configuration-processor</artifactId> + <groupId>com.github.therapi</groupId> + <artifactId>therapi-runtime-javadoc</artifactId> </dependency> <!--redisson--> @@ -144,14 +139,20 @@ </dependency> <dependency> - <groupId>org.redisson</groupId> - <artifactId>redisson-spring-data-27</artifactId> - <version>${redisson.version}</version> + <groupId>com.baomidou</groupId> + <artifactId>lock4j-redisson-spring-boot-starter</artifactId> + </dependency> + + <!-- 鑷姩鐢熸垚YML閰嶇疆鍏宠仈JSON鏂囦欢 --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-configuration-processor</artifactId> </dependency> <dependency> - <groupId>com.baomidou</groupId> - <artifactId>lock4j-redisson-spring-boot-starter</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-properties-migrator</artifactId> + <scope>runtime</scope> </dependency> </dependencies> -- Gitblit v1.9.3