aboutsummaryrefslogtreecommitdiff
path: root/extras/spark-ganglia-lgpl/pom.xml
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-02-01 17:53:56 -0800
committerAndrew Or <andrew@databricks.com>2015-02-01 17:53:56 -0800
commitc80194b334a358bb28ea70580dc50aef47136212 (patch)
tree4f2dec5eae35d7783817020db94343e853913da4 /extras/spark-ganglia-lgpl/pom.xml
parentef89b82d831d1d35dfaa6387ff2077ea2f2073cc (diff)
downloadspark-c80194b334a358bb28ea70580dc50aef47136212.tar.gz
spark-c80194b334a358bb28ea70580dc50aef47136212.tar.bz2
spark-c80194b334a358bb28ea70580dc50aef47136212.zip
[SPARK-5155] Build fails with spark-ganglia-lgpl profile
Build fails with spark-ganglia-lgpl profile at the moment. This is because pom.xml for spark-ganglia-lgpl is not updated. This PR is related to #4218, #4209 and #3812. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #4303 from sarutak/fix-ganglia-pom-for-metric and squashes the following commits: 5cf455f [Kousuke Saruta] Fixed pom.xml for ganglia in order to use io.dropwizard.metrics
Diffstat (limited to 'extras/spark-ganglia-lgpl/pom.xml')
-rw-r--r--extras/spark-ganglia-lgpl/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/spark-ganglia-lgpl/pom.xml b/extras/spark-ganglia-lgpl/pom.xml
index d1427f6a0c..f2f0aa78b0 100644
--- a/extras/spark-ganglia-lgpl/pom.xml
+++ b/extras/spark-ganglia-lgpl/pom.xml
@@ -42,7 +42,7 @@
</dependency>
<dependency>
- <groupId>com.codahale.metrics</groupId>
+ <groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-ganglia</artifactId>
</dependency>
</dependencies>