Skip to content

Commit

Permalink
Fix Maven build for metrics-graphite
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Nov 25, 2013
1 parent 859d62d commit 9892036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9892036

Please sign in to comment.