aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2015-01-31 23:41:05 -0800
committerReynold Xin <rxin@databricks.com>2015-01-31 23:41:05 -0800
commit80bd715a3e2c39449ed5e4d4e7058d75281ef3cb (patch)
treec0140ef751014912156812a119bb24fe99438dd7 /core/pom.xml
parentc84d5a10e8dbdeeeb54bc0d3f3dfb62ff0ca4fc1 (diff)
downloadspark-80bd715a3e2c39449ed5e4d4e7058d75281ef3cb.tar.gz
spark-80bd715a3e2c39449ed5e4d4e7058d75281ef3cb.tar.bz2
spark-80bd715a3e2c39449ed5e4d4e7058d75281ef3cb.zip
[SPARK-5422] Add support for sending Graphite metrics via UDP
Depends on [SPARK-5413](https://issues.apache.org/jira/browse/SPARK-5413) / #4209, included here, will rebase once the latter's merged. Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #4218 from ryan-williams/udp and squashes the following commits: ebae393 [Ryan Williams] Add support for sending Graphite metrics via UDP cb58262 [Ryan Williams] bump metrics dependency to v3.1.0
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 31e919a1c8..6fce10a0ae 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -198,19 +198,19 @@
<artifactId>stream</artifactId>
</dependency>
<dependency>
- <groupId>com.codahale.metrics</groupId>
+ <groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
- <groupId>com.codahale.metrics</groupId>
+ <groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
</dependency>
<dependency>
- <groupId>com.codahale.metrics</groupId>
+ <groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-json</artifactId>
</dependency>
<dependency>
- <groupId>com.codahale.metrics</groupId>
+ <groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-graphite</artifactId>
</dependency>
<dependency>