Skip to content

Commit 567c602

Browse files
committed
Revert "Temporarily depend on old low-level Elasticsearch client"
This reverts commit bf76c1e. See gh-46061
1 parent b0a32dd commit 567c602

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ 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-
4038
dockerTestImplementation(project(":core:spring-boot-test"))
4139
dockerTestImplementation(project(":test-support:spring-boot-docker-test-support"))
4240
dockerTestImplementation(testFixtures(project(":core:spring-boot-autoconfigure")))

platform/spring-boot-dependencies/build.gradle

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

0 commit comments

Comments
 (0)