Had the wrong ZooKeeper version in the pom file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/ac77082d Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/ac77082d Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/ac77082d Branch: refs/heads/lucene-4.0.0 Commit: ac77082dbb4c4e818846f0550620318cca7d04a8 Parents: 4adca57 Author: Aaron McCurry <[email protected]> Authored: Tue Oct 23 12:16:30 2012 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Oct 23 12:16:30 2012 -0400 ---------------------------------------------------------------------- src/blur-core/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/ac77082d/src/blur-core/pom.xml ---------------------------------------------------------------------- diff --git a/src/blur-core/pom.xml b/src/blur-core/pom.xml index 390efdc..3373033 100644 --- a/src/blur-core/pom.xml +++ b/src/blur-core/pom.xml @@ -65,7 +65,7 @@ under the License. <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> - <version>3.3.4</version> + <version>3.4.4</version> <scope>provided</scope> </dependency> <dependency>
