Skip to content

Commit 276b1cc

Browse files
committed
Removes optional dependency from starters
Fixes gh-3027
1 parent 3f62607 commit 276b1cc

File tree

2 files changed

+0
-10
lines changed
  • spring-cloud-starter-gateway
  • spring-cloud-starter-gateway-mvc

2 files changed

+0
-10
lines changed

spring-cloud-starter-gateway-mvc/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,5 @@
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-web</artifactId>
3535
</dependency>
36-
<dependency>
37-
<groupId>org.springframework.cloud</groupId>
38-
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
39-
<optional>true</optional>
40-
</dependency>
4136
</dependencies>
4237
</project>

spring-cloud-starter-gateway/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,5 @@
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-webflux</artifactId>
3535
</dependency>
36-
<dependency>
37-
<groupId>org.springframework.cloud</groupId>
38-
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
39-
<optional>true</optional>
40-
</dependency>
4136
</dependencies>
4237
</project>

0 commit comments

Comments
 (0)