Skip to content

Commit 2904baf

Browse files
committed
Add spring-boot-restclient to test dependencies.
1 parent e128fe5 commit 2904baf

File tree

1 file changed

+5
-0
lines changed
  • spring-cloud-zookeeper-discovery

1 file changed

+5
-0
lines changed

spring-cloud-zookeeper-discovery/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@
176176
<artifactId>mockserver-client-java</artifactId>
177177
<scope>test</scope>
178178
</dependency>
179+
<dependency>
180+
<groupId>org.springframework.boot</groupId>
181+
<artifactId>spring-boot-restclient</artifactId>
182+
<scope>test</scope>
183+
</dependency>
179184
</dependencies>
180185

181186
</project>

0 commit comments

Comments
 (0)