Skip to content

Commit a99d016

Browse files
committed
exclude org.yaml.snakeyaml dependency from dd-smoke-tests
1 parent 1a48f84 commit a99d016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dd-smoke-tests/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ apply from: "$rootDir/gradle/java.gradle"
22

33
description = 'dd-smoke-tests'
44

5+
configurations.all {
6+
exclude group: 'org.yaml', module: 'snakeyaml'
7+
}
8+
59
dependencies {
610
api libs.bundles.spock
711
api libs.okhttp

0 commit comments

Comments
 (0)