Created
February 23, 2015 20:17
-
-
Save chbatey/79cd5945c1fb6c9a1c58 to your computer and use it in GitHub Desktop.
Dependencies for metrics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compile("org.springframework.boot:spring-boot-starter-actuator") | |
compile("com.datastax.cassandra:cassandra-driver-core:${cassandraDriverVersion}") | |
compile("com.datastax.cassandra:cassandra-driver-mapping:${cassandraDriverVersion}") | |
compile("io.dropwizard.metrics:metrics-core:3.1.0") | |
compile("io.dropwizard.metrics:metrics-graphite:3.1.0") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment