From 8491f8eb07cc3a1a88d12575a6df3eb8246dafe6 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 27 Mar 2014 08:53:07 +0000 Subject: [PATCH] Simplify build config for actuator sample --- .../spring-boot-sample-actuator/pom.xml | 74 ------------------- 1 file changed, 74 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index 0240a386a67..9f4a7c2d4d6 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -16,22 +16,10 @@ org.springframework.boot spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-logging - - org.springframework.boot spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - org.springframework.boot @@ -69,66 +57,4 @@ - - - tomcat - - false - - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - jetty - - true - - - - org.springframework.boot - spring-boot-starter-jetty - - - - - juli - - false - - - - org.slf4j - slf4j-jdk14 - - - - - log4j - - false - - - - org.springframework.boot - spring-boot-starter-log4j - - - - - logback - - true - - - - org.springframework.boot - spring-boot-starter-logging - - - -