From 40f28e9869d13cc976a969d501f31887ac92663d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 18 一月 2023 12:06:31 +0800 Subject: [PATCH] update 优化 去除无用字典 --- ruoyi-common/pom.xml | 41 ++++++++++++++++++++++------------------- 1 files changed, 22 insertions(+), 19 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 4c8833f..bc48fbe 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.3.0</version> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -32,7 +33,7 @@ <!-- Sa-Token 鏉冮檺璁よ瘉, 鍦ㄧ嚎鏂囨。锛歨ttp://sa-token.dev33.cn/ --> <dependency> <groupId>cn.dev33</groupId> - <artifactId>sa-token-spring-boot-starter</artifactId> + <artifactId>sa-token-spring-boot3-starter</artifactId> </dependency> <!-- Sa-Token 鏁村悎 jwt --> <dependency> @@ -71,17 +72,13 @@ <!-- servlet鍖� --> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>jakarta.servlet</groupId> + <artifactId>jakarta.servlet-api</artifactId> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> - </dependency> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-extension</artifactId> </dependency> <!-- dynamic-datasource 澶氭暟鎹簮--> @@ -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-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--> @@ -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