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 1549F100E6 for ; Tue, 10 Sep 2013 19:41:04 +0000 (UTC) Received: (qmail 19623 invoked by uid 500); 10 Sep 2013 19:40:58 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 18898 invoked by uid 500); 10 Sep 2013 19:40:56 -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 18312 invoked by uid 99); 10 Sep 2013 19:40:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 19:40:42 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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; Tue, 10 Sep 2013 19:40:41 +0000 Received: (qmail 17713 invoked by uid 99); 10 Sep 2013 19:40:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 19:40:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EA10489FCC7; Tue, 10 Sep 2013 19:40:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pwendell@apache.org To: commits@spark.incubator.apache.org Date: Tue, 10 Sep 2013 19:40:49 -0000 Message-Id: <5bacbba379124ed182806d349dc2ea52@git.apache.org> In-Reply-To: <44f5d3b31792433ea540b47a869d6728@git.apache.org> References: <44f5d3b31792433ea540b47a869d6728@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/50] git commit: Adding Manen dependency X-Virus-Checked: Checked by ClamAV on apache.org Adding Manen dependency Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/528fdbae Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/528fdbae Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/528fdbae Branch: refs/heads/branch-0.8 Commit: 528fdbae97e58797f62d97f27527092c0a5fed42 Parents: b4e382c Author: Patrick Wendell Authored: Mon Sep 9 09:32:18 2013 -0700 Committer: Patrick Wendell Committed: Mon Sep 9 09:32:18 2013 -0700 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/528fdbae/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c561b09..c747822 100644 --- a/pom.xml +++ b/pom.xml @@ -287,6 +287,11 @@ 3.0.0 + com.codahale.metrics + metrics-ganglia + 3.0.0 + + org.scala-lang scala-compiler ${scala.version}