Skip to content
Snippets Groups Projects
Commit 084fc369 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #912 from tgravescs/ganglia-pom

Add metrics-ganglia to core pom file
parents 04563849 2186d932
No related branches found
No related tags found
No related merge requests found
...@@ -146,6 +146,10 @@ ...@@ -146,6 +146,10 @@
<groupId>com.codahale.metrics</groupId> <groupId>com.codahale.metrics</groupId>
<artifactId>metrics-json</artifactId> <artifactId>metrics-json</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-ganglia</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.derby</groupId> <groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId> <artifactId>derby</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