aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorY.CORP.YAHOO.COM\tgraves <tgraves@thatenemy-lm.champ.corp.yahoo.com>2013-09-09 12:37:33 -0500
committerY.CORP.YAHOO.COM\tgraves <tgraves@thatenemy-lm.champ.corp.yahoo.com>2013-09-09 12:37:33 -0500
commit2186d93285f34308410fdf2129d2268b98494421 (patch)
treefa38aef31fa843ef9b519aaa9a1bfce2e9265d52 /core/pom.xml
parent0456384939f8312024456347953ba748053da2f9 (diff)
downloadspark-2186d93285f34308410fdf2129d2268b98494421.tar.gz
spark-2186d93285f34308410fdf2129d2268b98494421.tar.bz2
spark-2186d93285f34308410fdf2129d2268b98494421.zip
Add metrics-ganglia to core pom file
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 5738b7406f..b5c5194524 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -147,6 +147,10 @@
<artifactId>metrics-json</artifactId>
</dependency>
<dependency>
+ <groupId>com.codahale.metrics</groupId>
+ <artifactId>metrics-ganglia</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>