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 Original file line number Diff line number Diff line change 33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-starter-web</artifactId >
35
35
</dependency >
36
- <dependency >
37
- <groupId >org.springframework.cloud</groupId >
38
- <artifactId >spring-cloud-starter-loadbalancer</artifactId >
39
- <optional >true</optional >
40
- </dependency >
41
36
</dependencies >
42
37
</project >
Original file line number Diff line number Diff line change 33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-starter-webflux</artifactId >
35
35
</dependency >
36
- <dependency >
37
- <groupId >org.springframework.cloud</groupId >
38
- <artifactId >spring-cloud-starter-loadbalancer</artifactId >
39
- <optional >true</optional >
40
- </dependency >
41
36
</dependencies >
42
37
</project >
You can’t perform that action at this time.
0 commit comments