File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
spring-cloud-context-webflux-integration-tests Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments