Skip to content

Commit ef78ef7

Browse files
committed
Fix SLF4j version in searchable-snapshots QA test
1 parent e96e011 commit ef78ef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x-pack/plugin/searchable-snapshots/qa/url/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ apply plugin: 'elasticsearch.rest-resources'
55

66
dependencies {
77
javaRestTestImplementation(testArtifact(project(xpackModule('searchable-snapshots'))))
8-
javaRestTestImplementation project(':test:fixtures:url-fixture')
8+
javaRestTestImplementation(project(':test:fixtures:url-fixture')) {
9+
exclude group: 'org.slf4j'
10+
}
911
}
1012

1113
restResources {

0 commit comments

Comments
 (0)