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 - - - -