From c153c4e5178af82c00e41e3456ad8aefacd585a9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 17 Mar 2015 16:28:22 +0000 Subject: [PATCH] Make tomcat provided in a war sample --- spring-boot-samples/spring-boot-sample-jersey/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-jersey/pom.xml b/spring-boot-samples/spring-boot-sample-jersey/pom.xml index 89c1ebfe46a..03525e151c2 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jersey/pom.xml @@ -25,6 +25,11 @@ org.springframework.boot spring-boot-starter-jersey + + org.springframework.boot + spring-boot-starter-tomcat + provided + org.springframework.boot spring-boot-starter-actuator