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 7548da1 + 401a6b5 commit 8088e79Copy full SHA for 8088e79
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/pom.xml
@@ -8,7 +8,6 @@
8
<version>${revision}</version>
9
</parent>
10
<artifactId>spring-boot-smoke-test-jersey</artifactId>
11
- <packaging>war</packaging>
12
<name>Spring Boot Jersey Smoke Test</name>
13
<description>Spring Boot Jersey Smoke Test</description>
14
<properties>
@@ -24,11 +23,9 @@
24
23
<groupId>org.springframework.boot</groupId>
25
<artifactId>spring-boot-starter-actuator</artifactId>
26
</dependency>
27
- <!-- Provided -->
28
<dependency>
29
30
<artifactId>spring-boot-starter-tomcat</artifactId>
31
- <scope>provided</scope>
32
33
<!-- Test -->
34
0 commit comments