Adapt to changes in Spring Data Elasticsearch's transitive deps

See gh-31611
This commit is contained in:
Andy Wilkinson
2022-07-07 22:22:28 +01:00
parent 21f5f43365
commit eb9df8ebfe
2 changed files with 6 additions and 1 deletions

View File

@@ -103,6 +103,9 @@ dependencies {
testImplementation("org.thymeleaf:thymeleaf")
testRuntimeOnly("org.elasticsearch:elasticsearch")
testRuntimeOnly("org.elasticsearch.client:elasticsearch-rest-high-level-client") {
exclude group: "commons-logging", module: "commons-logging"
}
}
configurations {