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.
1 parent f28d0df commit e54b584Copy full SHA for e54b584
spring-cloud-gateway-proxyexchange-webflux/pom.xml
@@ -33,6 +33,11 @@
33
<artifactId>spring-boot-starter-test</artifactId>
34
<scope>test</scope>
35
</dependency>
36
+ <dependency>
37
+ <groupId>org.springframework.boot</groupId>
38
+ <artifactId>spring-boot-restclient</artifactId>
39
+ <scope>test</scope>
40
+ </dependency>
41
<dependency>
42
<groupId>org.springframework.boot</groupId>
43
<artifactId>spring-boot-starter-actuator</artifactId>
0 commit comments