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 5a9ac49 commit 093f405Copy full SHA for 093f405
spring-cloud-gateway-server-webflux/pom.xml
@@ -197,6 +197,11 @@
197
<artifactId>spring-boot-starter-test</artifactId>
198
<scope>test</scope>
199
</dependency>
200
+ <dependency>
201
+ <groupId>org.springframework.boot</groupId>
202
+ <artifactId>spring-boot-restclient</artifactId>
203
+ <scope>test</scope>
204
+ </dependency>
205
<dependency>
206
<groupId>org.springframework.boot</groupId>
207
<artifactId>spring-boot-properties-migrator</artifactId>
0 commit comments