Skip to content

Commit e63d9f1

Browse files
author
Ryan Baxter
committed
Adding test support dependency
1 parent da68f04 commit e63d9f1

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

spring-cloud-zookeeper-sample/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
<type>test-jar</type>
7575
<scope>test</scope>
7676
</dependency>
77+
<dependency>
78+
<groupId>org.springframework.cloud</groupId>
79+
<artifactId>spring-cloud-test-support</artifactId>
80+
<scope>test</scope>
81+
</dependency>
7782
</dependencies>
7883

7984
</project>

0 commit comments

Comments
 (0)