You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/11/25 04:28:09 UTC

[1/2] git commit: Fix Maven build for metrics-graphite

Updated Branches:
  refs/heads/master 859d62dc2 -> 62889c419


 Fix Maven build for metrics-graphite

Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/98920360
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/98920360
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/98920360

Branch: refs/heads/master
Commit: 989203604ee79b0c22042121f52be33c3591867f
Parents: 859d62d
Author: LiGuoqiang <wi...@qq.com>
Authored: Mon Nov 25 11:23:11 2013 +0800
Committer: LiGuoqiang <wi...@qq.com>
Committed: Mon Nov 25 11:23:11 2013 +0800

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/98920360/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index edcc3b3..42c1e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,6 +347,11 @@
         <version>3.0.0</version>
       </dependency>
       <dependency>
+        <groupId>com.codahale.metrics</groupId>
+        <artifactId>metrics-graphite</artifactId>
+        <version>3.0.0</version>
+      </dependency>
+      <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-compiler</artifactId>
         <version>${scala.version}</version>


[2/2] git commit: Merge pull request #203 from witgo/master

Posted by rx...@apache.org.
Merge pull request #203 from witgo/master

 Fix Maven build for metrics-graphite


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/62889c41
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/62889c41
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/62889c41

Branch: refs/heads/master
Commit: 62889c419cfddb1cea2d260e9b530349d9f8eeda
Parents: 859d62d 9892036
Author: Reynold Xin <rx...@apache.org>
Authored: Mon Nov 25 11:27:45 2013 +0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Mon Nov 25 11:27:45 2013 +0800

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------