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