From ea2e560bd9525da57c35157b7537d29677740f2e Mon Sep 17 00:00:00 2001 From: sxq <812980466@qq.com> Date: 星期五, 29 十月 2021 17:28:33 +0800 Subject: [PATCH] 去掉jfr相关类。 --- 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