Skip to content

Commit ecd3a76

Browse files
committed
Adjust test dependencies
1 parent 3321c9d commit ecd3a76

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
@@ -69,6 +69,11 @@
6969
<artifactId>spring-boot-starter-test</artifactId>
7070
<scope>test</scope>
7171
</dependency>
72+
<dependency>
73+
<groupId>org.springframework.boot</groupId>
74+
<artifactId>spring-boot-restclient</artifactId>
75+
<scope>test</scope>
76+
</dependency>
7277
<dependency>
7378
<groupId>org.springframework.boot</groupId>
7479
<artifactId>spring-boot-resttestclient</artifactId>

0 commit comments

Comments
 (0)