Skip to content

Commit 8088e79

Browse files
committed
Merge branch '2.1.x'
Closes gh-18355
2 parents 7548da1 + 401a6b5 commit 8088e79

File tree

1 file changed

+0
-3
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey

1 file changed

+0
-3
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>${revision}</version>
99
</parent>
1010
<artifactId>spring-boot-smoke-test-jersey</artifactId>
11-
<packaging>war</packaging>
1211
<name>Spring Boot Jersey Smoke Test</name>
1312
<description>Spring Boot Jersey Smoke Test</description>
1413
<properties>
@@ -24,11 +23,9 @@
2423
<groupId>org.springframework.boot</groupId>
2524
<artifactId>spring-boot-starter-actuator</artifactId>
2625
</dependency>
27-
<!-- Provided -->
2826
<dependency>
2927
<groupId>org.springframework.boot</groupId>
3028
<artifactId>spring-boot-starter-tomcat</artifactId>
31-
<scope>provided</scope>
3229
</dependency>
3330
<!-- Test -->
3431
<dependency>

0 commit comments

Comments
 (0)