Skip to content

Commit e54b584

Browse files
committed
Adds restclient dependency for tests
1 parent f28d0df commit e54b584

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<artifactId>spring-boot-starter-test</artifactId>
3434
<scope>test</scope>
3535
</dependency>
36+
<dependency>
37+
<groupId>org.springframework.boot</groupId>
38+
<artifactId>spring-boot-restclient</artifactId>
39+
<scope>test</scope>
40+
</dependency>
3641
<dependency>
3742
<groupId>org.springframework.boot</groupId>
3843
<artifactId>spring-boot-starter-actuator</artifactId>

0 commit comments

Comments
 (0)