From 1ea73a67ca086251de921642c10b328e7631144a Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 03 十一月 2021 13:58:45 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue into dev --- ruoyi-common/pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index b6e9f9a..12f14a0 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.2.0</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -76,10 +76,10 @@ <artifactId>jjwt</artifactId> </dependency> - <!-- Jaxb --> + <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> </dependency> <!-- redis 缂撳瓨鎿嶄綔 --> -- Gitblit v1.9.3