Skip to content

Commit

Permalink
add metrics-graphite as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 11, 2013
1 parent a28ac73 commit dd123ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -39,6 +39,12 @@
<artifactId>fcrepo-webhooks</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-graphite</artifactId>
<version>${metrics.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
Expand Down

0 comments on commit dd123ee

Please sign in to comment.