From ba2f2a3727ce6c3bd229d52a35b8dddf9a31ade4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Aug 2018 16:17:00 +0200 Subject: [PATCH] Polish jaxb setup for JDK 9 and further --- .../spring-boot-autoconfigure/pom.xml | 17 ++--------------- spring-boot-project/spring-boot-cli/pom.xml | 17 ++--------------- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/pom.xml b/spring-boot-project/spring-boot-autoconfigure/pom.xml index 083c1e726b..f9e08b16b7 100755 --- a/spring-boot-project/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-autoconfigure/pom.xml @@ -798,22 +798,9 @@ - java9-10 + java9+ - [9,10] - - - - javax.xml.bind - jaxb-api - true - - - - - java11+ - - [11,) + [9,) diff --git a/spring-boot-project/spring-boot-cli/pom.xml b/spring-boot-project/spring-boot-cli/pom.xml index 54d34cacdf..d5c63cd14f 100644 --- a/spring-boot-project/spring-boot-cli/pom.xml +++ b/spring-boot-project/spring-boot-cli/pom.xml @@ -455,22 +455,9 @@ - java9-10 + java9+ - [9,10] - - - - javax.xml.bind - jaxb-api - true - - - - - java11+ - - [11,) + [9,)