Skip to content

Commit 401a6b5

Browse files
committed
Remove war packaging from Jersey sample
This also removes the need for the tomcat starter to be in provided scope. Closes gh-18346
1 parent 56623bd commit 401a6b5

File tree

1 file changed

+0
-3
lines changed
  • spring-boot-samples/spring-boot-sample-jersey

1 file changed

+0
-3
lines changed

spring-boot-samples/spring-boot-sample-jersey/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<version>${revision}</version>
1010
</parent>
1111
<artifactId>spring-boot-sample-jersey</artifactId>
12-
<packaging>war</packaging>
1312
<name>Spring Boot Jersey Sample</name>
1413
<description>Spring Boot Jersey Sample</description>
1514
<properties>
@@ -25,11 +24,9 @@
2524
<groupId>org.springframework.boot</groupId>
2625
<artifactId>spring-boot-starter-actuator</artifactId>
2726
</dependency>
28-
<!-- Provided -->
2927
<dependency>
3028
<groupId>org.springframework.boot</groupId>
3129
<artifactId>spring-boot-starter-tomcat</artifactId>
32-
<scope>provided</scope>
3330
</dependency>
3431
<!-- Test -->
3532
<dependency>

0 commit comments

Comments
 (0)