We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a68d7 + c153c4e commit 2105be2Copy full SHA for 2105be2
spring-boot-samples/spring-boot-sample-jersey/pom.xml
@@ -25,6 +25,11 @@
25
<groupId>org.springframework.boot</groupId>
26
<artifactId>spring-boot-starter-jersey</artifactId>
27
</dependency>
28
+ <dependency>
29
+ <groupId>org.springframework.boot</groupId>
30
+ <artifactId>spring-boot-starter-tomcat</artifactId>
31
+ <scope>provided</scope>
32
+ </dependency>
33
<dependency>
34
35
<artifactId>spring-boot-starter-actuator</artifactId>
0 commit comments