aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiGuoqiang <witgo@qq.com>2013-10-11 16:31:47 +0800
committerLiGuoqiang <witgo@qq.com>2013-10-11 16:31:47 +0800
commitfc60c412ab099d4c71a67349a91cf5993006f481 (patch)
treef323a3a48b2c8784123cf360eb54798ae1f0ec94
parent8f11c36fe17c2718c895b771b59a9138521e0079 (diff)
downloadspark-fc60c412ab099d4c71a67349a91cf5993006f481.tar.gz
spark-fc60c412ab099d4c71a67349a91cf5993006f481.tar.bz2
spark-fc60c412ab099d4c71a67349a91cf5993006f481.zip
Add a zookeeper compile dependency to fix build in maven
-rw-r--r--core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index d694508938..8621d257e5 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>