Use maven central to fetch jmxfetch lib
This commit is contained in:
parent
e02f889f09
commit
7b88abfd9d
|
@ -3,12 +3,6 @@ plugins {
|
||||||
}
|
}
|
||||||
apply from: "${rootDir}/gradle/java.gradle"
|
apply from: "${rootDir}/gradle/java.gradle"
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
url "https://dl.bintray.com/datadog/datadog-maven"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.heliosapm.jmxlocal:jmxlocal:1.0'
|
compile 'com.heliosapm.jmxlocal:jmxlocal:1.0'
|
||||||
compile 'com.datadoghq:jmxfetch:0.21.0'
|
compile 'com.datadoghq:jmxfetch:0.21.0'
|
||||||
|
|
Loading…
Reference in New Issue