Skip to content

Commit d0b42d1

Browse files
Doha2012Eugen
authored andcommitted
modify tomcat dependency (eugenp#3806)
1 parent e6360db commit d0b42d1

16 files changed

Lines changed: 0 additions & 16 deletions

File tree

guest/remote-debugging/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-tomcat</artifactId>
34-
<scope>provided</scope>
3534
</dependency>
3635

3736
</dependencies>

hystrix/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<dependency>
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-starter-tomcat</artifactId>
37-
<scope>provided</scope>
3837
</dependency>
3938
<dependency>
4039
<groupId>org.springframework.boot</groupId>

spring-boot/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<dependency>
5959
<groupId>org.springframework.boot</groupId>
6060
<artifactId>spring-boot-starter-tomcat</artifactId>
61-
<scope>provided</scope>
6261
</dependency>
6362

6463
<dependency>

spring-custom-aop/spring-custom-aop/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<dependency>
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-starter-tomcat</artifactId>
46-
<scope>provided</scope>
4746
</dependency>
4847

4948
<dependency>

spring-mvc-email/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<dependency>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-starter-tomcat</artifactId>
27-
<scope>provided</scope>
2827
</dependency>
2928
<!-- Spring Boot Starter Mail dependency -->
3029
<dependency>

spring-rest-angular/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-tomcat</artifactId>
22-
<scope>provided</scope>
2322
</dependency>
2423
<dependency>
2524
<groupId>org.springframework.boot</groupId>

spring-rest-full/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-starter-tomcat</artifactId>
97-
<scope>provided</scope>
9897
</dependency>
9998

10099
<!-- web -->

spring-rest-query-language/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-starter-tomcat</artifactId>
97-
<scope>provided</scope>
9897
</dependency>
9998

10099
<!-- Querydsl -->

spring-security-client/spring-security-jsp-authentication/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-tomcat</artifactId>
34-
<scope>provided</scope>
3534
</dependency>
3635

3736
<dependency>

spring-security-client/spring-security-jsp-authorize/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-tomcat</artifactId>
34-
<scope>provided</scope>
3534
</dependency>
3635

3736
<dependency>

0 commit comments

Comments
 (0)