Updated Branches: refs/heads/master d6ead4780 -> fb25f3230
Add a zookeeper compile dependency to fix build in maven Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/fc60c412 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/fc60c412 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/fc60c412 Branch: refs/heads/master Commit: fc60c412ab099d4c71a67349a91cf5993006f481 Parents: 8f11c36 Author: LiGuoqiang <wi...@qq.com> Authored: Fri Oct 11 16:31:47 2013 +0800 Committer: LiGuoqiang <wi...@qq.com> Committed: Fri Oct 11 16:31:47 2013 +0800 ---------------------------------------------------------------------- core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/fc60c412/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index d694508..8621d25 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -49,6 +49,10 @@ <artifactId>avro-ipc</artifactId> </dependency> <dependency> + <groupId>org.apache.zookeeper</groupId> + <artifactId>zookeeper</artifactId> + </dependency> + <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency>