From 5f56adc334fe588de74dd2e508bb69ed164989d1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Sep 2018 14:17:31 +0200 Subject: [PATCH] Add activation API to WebServices samples on Java 11+ Closes gh-14308 --- spring-boot-project/spring-boot-dependencies/pom.xml | 6 ++++++ spring-boot-samples/spring-boot-sample-webservices/pom.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 4b6a943c995..155fd071e93 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -81,6 +81,7 @@ 2.12 2.9.6 3.0.8 + 1.2.0 1.3.2 1.1.0 2.3.0 @@ -1010,6 +1011,11 @@ undertow-websockets-jsr ${undertow.version} + + javax.activation + javax.activation-api + ${javax-activation.version} + javax.annotation javax.annotation-api diff --git a/spring-boot-samples/spring-boot-sample-webservices/pom.xml b/spring-boot-samples/spring-boot-sample-webservices/pom.xml index 721f9539421..4d865b0c7b9 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/pom.xml +++ b/spring-boot-samples/spring-boot-sample-webservices/pom.xml @@ -54,6 +54,10 @@ [11,) + + javax.activation + javax.activation-api + org.glassfish.jaxb jaxb-runtime