We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96e011 commit ef78ef7Copy full SHA for ef78ef7
x-pack/plugin/searchable-snapshots/qa/url/build.gradle
@@ -5,7 +5,9 @@ apply plugin: 'elasticsearch.rest-resources'
5
6
dependencies {
7
javaRestTestImplementation(testArtifact(project(xpackModule('searchable-snapshots'))))
8
- javaRestTestImplementation project(':test:fixtures:url-fixture')
+ javaRestTestImplementation(project(':test:fixtures:url-fixture')) {
9
+ exclude group: 'org.slf4j'
10
+ }
11
}
12
13
restResources {
0 commit comments