From 4a47ab4b3ec0052f162dc0cf8228eb0fd5b633cc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Apr 2018 07:13:10 +0100 Subject: [PATCH] Make JAX-B available to the Jersey 1 sample on Java 9 --- spring-boot-samples/spring-boot-sample-jersey1/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-jersey1/pom.xml b/spring-boot-samples/spring-boot-sample-jersey1/pom.xml index eb05e8b5543..144bee811a4 100644 --- a/spring-boot-samples/spring-boot-sample-jersey1/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jersey1/pom.xml @@ -66,9 +66,9 @@ - java10 + java9 - [10,) + [9,)