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