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, 19 insertions(+), 16 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 78ad596..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.2.0</version> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -79,10 +80,6 @@ <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> </dependency> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-extension</artifactId> - </dependency> <!-- dynamic-datasource 澶氭暟鎹簮--> <dependency> @@ -116,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> @@ -127,18 +124,12 @@ <dependency> <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-ui</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--> @@ -152,6 +143,18 @@ <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>org.springframework.boot</groupId> + <artifactId>spring-boot-properties-migrator</artifactId> + <scope>runtime</scope> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3