Adapt to changes in Spring Data Elasticsearch's transitive deps
See gh-31611
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user