Skip to content

Commit 093f405

Browse files
committed
Adds restclient dependency for tests
1 parent 5a9ac49 commit 093f405

File tree

1 file changed

+5
-0
lines changed
  • spring-cloud-gateway-server-webflux

1 file changed

+5
-0
lines changed

spring-cloud-gateway-server-webflux/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@
197197
<artifactId>spring-boot-starter-test</artifactId>
198198
<scope>test</scope>
199199
</dependency>
200+
<dependency>
201+
<groupId>org.springframework.boot</groupId>
202+
<artifactId>spring-boot-restclient</artifactId>
203+
<scope>test</scope>
204+
</dependency>
200205
<dependency>
201206
<groupId>org.springframework.boot</groupId>
202207
<artifactId>spring-boot-properties-migrator</artifactId>

0 commit comments

Comments
 (0)