mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Revert "Temporarily depend on old low-level Elasticsearch client"
This reverts commit bf76c1e41e.
See gh-46061
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user