add zookeeper to pom

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2010-12-29 07:17:02 +00:00
parent 7fd744a28f
commit 54f984cf50
1 changed files with 7 additions and 0 deletions

View File

@ -91,6 +91,13 @@
<artifactId>lucene-spellchecker</artifactId>
<version>@version@</version>
</dependency>
<!-- Apache Zookeeper -->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.3.1</version>
</dependency>
<!-- Apache Commons -->
<dependency>