Remove war packaging from Jersey sample
This also removes the need for the tomcat starter to be in provided scope. Closes gh-18346
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user