Skip to content

Commit 5bffe2e

Browse files
committed
Update spring dependencies
1 parent b3327bd commit 5bffe2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/spring-web/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
<artifactId>spring-boot-starter-test</artifactId>
7171
<scope>test</scope>
7272
</dependency>
73+
<dependency>
74+
<groupId>org.springframework.boot</groupId>
75+
<artifactId>spring-boot-restclient</artifactId>
76+
<scope>test</scope>
77+
</dependency>
7378
<dependency>
7479
<groupId>org.springframework.boot</groupId>
7580
<artifactId>spring-boot-resttestclient</artifactId>

0 commit comments

Comments
 (0)