From 5e8d533279147926b942e66fd8a63069eb921902 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 7 Feb 2018 12:39:02 +0000 Subject: [PATCH] Add dependency management for javax.xml.bind:jaxb-api Closes gh-11205 --- spring-boot-project/spring-boot-dependencies/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 1b5e0fad91..72549e7a33 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -73,6 +73,7 @@ 3.0.8 1.3.1 1.1.0 + 2.3.0 2.0.1 1.6.0 1.0.1 @@ -986,6 +987,11 @@ cache-api ${javax-cache.version} + + javax.xml.bind + jaxb-api + ${javax-jaxb.version} + javax.jms javax.jms-api