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.
1 parent 56623bd commit 401a6b5Copy full SHA for 401a6b5
spring-boot-samples/spring-boot-sample-jersey/pom.xml
@@ -9,7 +9,6 @@
9
<version>${revision}</version>
10
</parent>
11
<artifactId>spring-boot-sample-jersey</artifactId>
12
- <packaging>war</packaging>
13
<name>Spring Boot Jersey Sample</name>
14
<description>Spring Boot Jersey Sample</description>
15
<properties>
@@ -25,11 +24,9 @@
25
24
<groupId>org.springframework.boot</groupId>
26
<artifactId>spring-boot-starter-actuator</artifactId>
27
</dependency>
28
- <!-- Provided -->
29
<dependency>
30
31
<artifactId>spring-boot-starter-tomcat</artifactId>
32
- <scope>provided</scope>
33
34
<!-- Test -->
35
0 commit comments