Skip to content

Commit bf76c1e

Browse files
committed
Temporarily depend on old low-level Elasticsearch client
This works around spring-projects/spring-data-elasticsearch#3144. See gh-46061
1 parent 51ec3ce commit bf76c1e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

module/spring-boot-data-elasticsearch/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dependencies {
3535
optional(project(":module:spring-boot-health"))
3636
optional(project(":module:spring-boot-reactor"))
3737

38+
runtimeOnly("org.elasticsearch.client:elasticsearch-rest-client")
39+
3840
dockerTestImplementation(project(":core:spring-boot-test"))
3941
dockerTestImplementation(project(":test-support:spring-boot-docker-test-support"))
4042
dockerTestImplementation(testFixtures(project(":core:spring-boot-autoconfigure")))

platform/spring-boot-dependencies/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@ bom {
365365
managedBy "Spring Data Bom"
366366
}
367367
}
368+
group("org.elasticsearch.client") {
369+
modules = [
370+
"elasticsearch-rest-client"
371+
]
372+
}
368373
group("co.elastic.clients") {
369374
modules = [
370375
"elasticsearch-java"

0 commit comments

Comments
 (0)