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 <[email protected]> Authored: Mon Nov 25 11:23:11 2013 +0800 Committer: LiGuoqiang <[email protected]> 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>
