Skip to content

Commit

Permalink
Adds metrics-graphite dependency. Closes https://www.pivotaltracker.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Jun 11, 2013
1 parent c8da1d6 commit 88cd8e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fcrepo-metrics/pom.xml
Expand Up @@ -16,6 +16,11 @@
<artifactId>metrics-core</artifactId>
<version>${metrics.version}</version>
</dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-graphite</artifactId>
<version>${metrics.version}</version>
</dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-jersey</artifactId>
Expand Down

0 comments on commit 88cd8e5

Please sign in to comment.