We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3327bd commit 5bffe2eCopy full SHA for 5bffe2e
examples/spring-web/pom.xml
@@ -70,6 +70,11 @@
70
<artifactId>spring-boot-starter-test</artifactId>
71
<scope>test</scope>
72
</dependency>
73
+ <dependency>
74
+ <groupId>org.springframework.boot</groupId>
75
+ <artifactId>spring-boot-restclient</artifactId>
76
+ <scope>test</scope>
77
+ </dependency>
78
<dependency>
79
<groupId>org.springframework.boot</groupId>
80
<artifactId>spring-boot-resttestclient</artifactId>
0 commit comments