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 {
35
35
optional(project(" :module:spring-boot-health" ))
36
36
optional(project(" :module:spring-boot-reactor" ))
37
37
38
- runtimeOnly(" org.elasticsearch.client:elasticsearch-rest-client" )
39
-
40
38
dockerTestImplementation(project(" :core:spring-boot-test" ))
41
39
dockerTestImplementation(project(" :test-support:spring-boot-docker-test-support" ))
42
40
dockerTestImplementation(testFixtures(project(" :core:spring-boot-autoconfigure" )))
Original file line number Diff line number Diff line change @@ -365,11 +365,6 @@ bom {
365
365
managedBy " Spring Data Bom"
366
366
}
367
367
}
368
- group(" org.elasticsearch.client" ) {
369
- modules = [
370
- " elasticsearch-rest-client"
371
- ]
372
- }
373
368
group(" co.elastic.clients" ) {
374
369
modules = [
375
370
" elasticsearch-java"
You can’t perform that action at this time.
0 commit comments