Skip to content

Commit 7689c9a

Browse files
committed
Adds spring-boot-restclient for tests
1 parent 470a4b3 commit 7689c9a

File tree

2 files changed

+10
-0
lines changed
  • spring-cloud-context-webflux-integration-tests
  • spring-cloud-context

2 files changed

+10
-0
lines changed

spring-cloud-context-webflux-integration-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<artifactId>spring-boot-starter-test</artifactId>
3333
<scope>test</scope>
3434
</dependency>
35+
<dependency>
36+
<groupId>org.springframework.boot</groupId>
37+
<artifactId>spring-boot-restclient</artifactId>
38+
<scope>test</scope>
39+
</dependency>
3540
<dependency>
3641
<groupId>org.springframework.cloud</groupId>
3742
<artifactId>spring-cloud-test-support</artifactId>

spring-cloud-context/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
<artifactId>spring-boot-starter-test</artifactId>
8383
<scope>test</scope>
8484
</dependency>
85+
<dependency>
86+
<groupId>org.springframework.boot</groupId>
87+
<artifactId>spring-boot-restclient</artifactId>
88+
<scope>test</scope>
89+
</dependency>
8590
<dependency>
8691
<groupId>org.springframework.cloud</groupId>
8792
<artifactId>spring-cloud-test-support</artifactId>

0 commit comments

Comments
 (0)