File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
module/spring-boot-data-elasticsearch
platform/spring-boot-dependencies Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff 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" )))
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments