From 425a3aacf5ed01290636b749619a37054e5d248f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Dec 2018 15:06:32 +0000 Subject: [PATCH] Add JAXB API dependency that is no longer transitive via testcontainers See gh-15371 --- spring-boot-project/spring-boot-actuator/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-project/spring-boot-actuator/pom.xml b/spring-boot-project/spring-boot-actuator/pom.xml index 329876df51..b965d08359 100644 --- a/spring-boot-project/spring-boot-actuator/pom.xml +++ b/spring-boot-project/spring-boot-actuator/pom.xml @@ -272,6 +272,11 @@ spring-boot-autoconfigure test + + javax.xml.bind + jaxb-api + test + org.apache.logging.log4j log4j-slf4j-impl