From b2c3f451411b1634e3abafe2268ca3ad28d5ff0f Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期三, 30 三月 2022 10:39:09 +0800 Subject: [PATCH] update registry source --- ruoyi-common/pom.xml | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index b7f275b..e18104c 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi</artifactId> <groupId>com.ruoyi</groupId> - <version>3.1.0</version> + <version>3.8.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -43,8 +43,8 @@ <!-- 鑷畾涔夐獙璇佹敞瑙� --> <dependency> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> </dependency> <!--甯哥敤宸ュ叿绫� --> @@ -89,12 +89,18 @@ <artifactId>snakeyaml</artifactId> </dependency> - <!--Token鐢熸垚涓庤В鏋�--> + <!-- Token鐢熸垚涓庤В鏋�--> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> </dependency> + <!-- Jaxb --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + </dependency> + <!-- redis 缂撳瓨鎿嶄綔 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.3