From 6845c6b78742c157f548b9984ecc813e35778b5e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 6 Nov 2013 11:39:54 +0000 Subject: [PATCH] Remove tomcat dependencies from sample unless needed --- .../spring-boot-sample-actuator/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index abfcf38b26..f956a5ec5a 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 -