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

Merge pull request #911 from pwendell/ganglia-sink

Adding Manen dependency for Ganglia
parents bf984e27 528fdbae
No related branches found
No related tags found
No related merge requests found
...@@ -286,6 +286,11 @@ ...@@ -286,6 +286,11 @@
<artifactId>metrics-json</artifactId> <artifactId>metrics-json</artifactId>
<version>3.0.0</version> <version>3.0.0</version>
</dependency> </dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-ganglia</artifactId>
<version>3.0.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.scala-lang</groupId> <groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId> <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