From 4de64c7f6b7c825d5d61e6fb53aef2c037846373 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 17 Jul 2013 09:43:09 +0100 Subject: [PATCH] [bs-229] Switch to logback in starter POM The spring-starter-logging is included everywhere transitively now so logback is the default. The actuator sample explicitly excludes the logging starter so it can have profiles for different loggers (just as a demo). [Fixes #53278727] --- .../spring-zero-sample-actuator/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/spring-zero-samples/spring-zero-sample-actuator/pom.xml b/spring-zero-samples/spring-zero-sample-actuator/pom.xml index d836a8fa4d..4471f9624f 100644 --- a/spring-zero-samples/spring-zero-sample-actuator/pom.xml +++ b/spring-zero-samples/spring-zero-sample-actuator/pom.xml @@ -17,6 +17,12 @@ ${project.groupId} spring-starter-actuator ${project.version} + + + org.springframework.zero + spring-starter-logging + + com.fasterxml.jackson.core @@ -83,7 +89,7 @@ juli - true + false @@ -111,7 +117,7 @@ logback - false + true