diff --git a/pom.xml b/pom.xml
index edcc3b35cda084a91b1eb13a59472c8f54c67e22..42c1e00e9d11da954ea90e26f5a48a5ff1d09db7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,6 +346,11 @@
         <artifactId>metrics-ganglia</artifactId>
         <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>