We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e128fe5 commit 2904bafCopy full SHA for 2904baf
spring-cloud-zookeeper-discovery/pom.xml
@@ -176,6 +176,11 @@
176
<artifactId>mockserver-client-java</artifactId>
177
<scope>test</scope>
178
</dependency>
179
+ <dependency>
180
+ <groupId>org.springframework.boot</groupId>
181
+ <artifactId>spring-boot-restclient</artifactId>
182
+ <scope>test</scope>
183
+ </dependency>
184
</dependencies>
185
186
</project>
0 commit comments