Commit 401a6b58 authored by Madhura Bhave's avatar Madhura Bhave

Remove war packaging from Jersey sample

This also removes the need for the tomcat starter to be in provided
scope.

Closes gh-18346
parent 56623bd5
......@@ -9,7 +9,6 @@
<version>${revision}</version>
</parent>
<artifactId>spring-boot-sample-jersey</artifactId>
<packaging>war</packaging>
<name>Spring Boot Jersey Sample</name>
<description>Spring Boot Jersey Sample</description>
<properties>
......@@ -25,11 +24,9 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- Provided -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment