Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 521C710F21 for ; Fri, 11 Oct 2013 22:45:05 +0000 (UTC) Received: (qmail 67034 invoked by uid 500); 11 Oct 2013 22:45:05 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 66982 invoked by uid 500); 11 Oct 2013 22:45:05 -0000 Mailing-List: contact commits-help@spark.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.incubator.apache.org Delivered-To: mailing list commits@spark.incubator.apache.org Received: (qmail 66967 invoked by uid 99); 11 Oct 2013 22:45:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 22:45:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 11 Oct 2013 22:45:04 +0000 Received: (qmail 63674 invoked by uid 99); 11 Oct 2013 22:44:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 22:44:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AC78B915D16; Fri, 11 Oct 2013 22:44:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: matei@apache.org To: commits@spark.incubator.apache.org Date: Fri, 11 Oct 2013 22:44:43 -0000 Message-Id: <8150c00de3b644c39050fc43f4ccea68@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Add a zookeeper compile dependency to fix build in maven X-Virus-Checked: Checked by ClamAV on apache.org 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 Authored: Fri Oct 11 16:31:47 2013 +0800 Committer: LiGuoqiang 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 @@ avro-ipc + org.apache.zookeeper + zookeeper + + org.eclipse.jetty jetty-server