Skip to content

Commit c5ce931

Browse files
committed
Fix build issues with Boot 4.0.1
1 parent 265ca48 commit c5ce931

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

spring-cloud-config-sample/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
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>

spring-cloud-config-server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@
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>

0 commit comments

Comments
 (0)