From e8e8ae9fd7862f58950ab5034482ac97777f108e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 28 十月 2021 10:43:02 +0800 Subject: [PATCH] update minio 8.3.1 => 8.3.3 --- ruoyi-common/pom.xml | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index b8017ca..d276072 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -37,8 +37,8 @@ <!-- 鑷畾涔夐獙璇佹敞瑙� --> <dependency> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> </dependency> <!--甯哥敤宸ュ叿绫� --> @@ -70,12 +70,18 @@ <artifactId>snakeyaml</artifactId> </dependency> - <!--Token鐢熸垚涓庤В鏋�--> + <!-- Token鐢熸垚涓庤В鏋�--> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> </dependency> + <!-- jdk11 缂哄け渚濊禆 jaxb--> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + </dependency> + <!-- redis 缂撳瓨鎿嶄綔 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.3