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:
parent
56623bd57b
commit
401a6b586e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue