From 401a6b586e409babaf4972250443000974863ee0 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 25 Sep 2019 09:28:26 -0700 Subject: [PATCH] Remove war packaging from Jersey sample This also removes the need for the tomcat starter to be in provided scope. Closes gh-18346 --- spring-boot-samples/spring-boot-sample-jersey/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-jersey/pom.xml b/spring-boot-samples/spring-boot-sample-jersey/pom.xml index 75aa89fe28e..aea44cd90c6 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jersey/pom.xml @@ -9,7 +9,6 @@ ${revision} spring-boot-sample-jersey - war Spring Boot Jersey Sample Spring Boot Jersey Sample @@ -25,11 +24,9 @@ org.springframework.boot spring-boot-starter-actuator - org.springframework.boot spring-boot-starter-tomcat - provided