Skip to content

Commit cefe4e6

Browse files
committed
test
1 parent 198a35d commit cefe4e6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

dd-java-agent/agent-jmxfetch/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ plugins {
1212
}
1313
apply from: "$rootDir/gradle/java.gradle"
1414

15+
repositories {
16+
flatDir { dirs 'libs' }
17+
}
18+
1519
dependencies {
16-
api('com.datadoghq:jmxfetch:0.52.0') {
20+
api('com.datadoghq:jmxfetch:0.52.1-SNAPSHOT') {
1721
exclude group: 'org.slf4j', module: 'slf4j-api'
1822
exclude group: 'org.slf4j', module: 'slf4j-jdk14'
1923
exclude group: 'com.beust', module: 'jcommander'
@@ -22,6 +26,8 @@ dependencies {
2226
// we use snakeyaml-engine instead of legacy library
2327
exclude group: 'org.yaml', module: 'snakeyaml'
2428
}
29+
// flatDir repos don't resolve transitive deps from POM; declare explicitly
30+
api 'com.datadoghq:java-dogstatsd-client:2.10.5'
2531
api libs.slf4j
2632
api project(':internal-api')
2733
api project(':dd-java-agent:agent-bootstrap')
184 KB
Binary file not shown.

0 commit comments

Comments
 (0)