From bb19d5690c2d7f3a3fd82d33addf88a6c29e45bd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 11 Sep 2018 20:13:27 -0700 Subject: [PATCH] Fix spring-boot-actuator-autoconfigure test logs Add log4j to `spring-boot-actuator-autoconfigure` test scope so that we get valid log output. See gh-14148 --- .../spring-boot-actuator-autoconfigure/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml index bd2f32275f..5aea66cbc2 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml @@ -425,6 +425,16 @@ + + org.apache.logging.log4j + log4j-slf4j-impl + test + + + org.apache.logging.log4j + log4j-api + test + org.aspectj aspectjrt