diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index abfcf38b261..f956a5ec5ab 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -27,6 +27,12 @@ ${project.groupId} spring-boot-starter-web + + + ${project.groupId} + spring-boot-starter-tomcat + + ${project.groupId} @@ -72,10 +78,6 @@ org.eclipse.jetty jetty-webapp - - org.eclipse.jetty - jetty-jsp -