Revert "Temporarily depend on old low-level Elasticsearch client"

This reverts commit bf76c1e41e.

See gh-46061
This commit is contained in:
Andy Wilkinson
2025-08-04 21:01:12 +01:00
parent b0a32dd88c
commit 567c60289d
2 changed files with 0 additions and 7 deletions
@@ -35,8 +35,6 @@ dependencies {
optional(project(":module:spring-boot-health"))
optional(project(":module:spring-boot-reactor"))
runtimeOnly("org.elasticsearch.client:elasticsearch-rest-client")
dockerTestImplementation(project(":core:spring-boot-test"))
dockerTestImplementation(project(":test-support:spring-boot-docker-test-support"))
dockerTestImplementation(testFixtures(project(":core:spring-boot-autoconfigure")))
@@ -365,11 +365,6 @@ bom {
managedBy "Spring Data Bom"
}
}
group("org.elasticsearch.client") {
modules = [
"elasticsearch-rest-client"
]
}
group("co.elastic.clients") {
modules = [
"elasticsearch-java"