File tree Expand file tree Collapse file tree
spring-cloud-config-sample
spring-cloud-config-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 <artifactId >spring-boot-resttestclient</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.retry</groupId >
8792 <artifactId >spring-retry</artifactId >
Original file line number Diff line number Diff line change 287287 <artifactId >spring-boot-starter-data-jdbc-test</artifactId >
288288 <scope >test</scope >
289289 </dependency >
290+ <dependency >
291+ <groupId >org.springframework.boot</groupId >
292+ <artifactId >spring-boot-restclient</artifactId >
293+ <scope >test</scope >
294+ </dependency >
290295 </dependencies >
291296
292297 <properties >
You can’t perform that action at this time.
0 commit comments