Skip to content
Snippets Groups Projects
Commit 62889c41 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #203 from witgo/master

 Fix Maven build for metrics-graphite
parents 859d62dc 98920360
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment