Skip to content

Commit 08915b6

Browse files
authored
Fix dependency resolution conflict (#47531)
1 parent 4975748 commit 08915b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/sql/qa/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ subprojects {
5454
apply plugin: 'elasticsearch.build'
5555
}
5656

57-
configurations.testRuntimeClasspath {
57+
configurations.all {
5858
resolutionStrategy.force "org.slf4j:slf4j-api:1.7.25"
5959
}
6060
dependencies {

0 commit comments

Comments
 (0)