From d10099d9e95c8e195bc71355b0eacd2ff446ae09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 16 Jun 2021 23:46:26 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=80=82=E9=85=8D=20jdk11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 23 ++++++++++++++++++++++- ruoyi-common/pom.xml | 19 +++++++++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2a7b3f51..547a46e5 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ ${redisson.version} - + com.sun.xml.bind jaxb-impl @@ -271,6 +271,27 @@ warn + + + + jdk8 + + true + 1.8 + + + 1.8 + + + + jdk11 + + 11 + + + 11 + + diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index ff210d53..5bf7dafb 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -146,12 +146,19 @@ redisson-spring-boot-starter - - - com.sun.xml.bind - jaxb-impl - - + + + jdk11 + + + + com.sun.xml.bind + jaxb-impl + + + + +