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