Skip to content

Commit 2105be2

Browse files
committed
Merge branch '1.2.x'
2 parents b2a68d7 + c153c4e commit 2105be2

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)