1) Remove zookeeper 3.4.3 dependency from merger

This commit is contained in:
Eric Tschetter 2013-03-26 09:06:11 -05:00
parent 35cfd1f186
commit 2306602e93
1 changed files with 0 additions and 5 deletions

View File

@ -160,11 +160,6 @@
<groupId>com.github.sgroschupf</groupId>
<artifactId>zkclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.3</version>
</dependency>
<!-- Tests -->
<dependency>