Skip to content

Commit c153c4e

Browse files
author
Dave Syer
committed
Make tomcat provided in a war sample
1 parent 89b4cac commit c153c4e

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-starter-jersey</artifactId>
2727
</dependency>
28+
<dependency>
29+
<groupId>org.springframework.boot</groupId>
30+
<artifactId>spring-boot-starter-tomcat</artifactId>
31+
<scope>provided</scope>
32+
</dependency>
2833
<dependency>
2934
<groupId>org.springframework.boot</groupId>
3035
<artifactId>spring-boot-starter-actuator</artifactId>

0 commit comments

Comments
 (0)