File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
spring-boot-data-elasticsearch
spring-boot-starters/spring-boot-starter-data-elasticsearch Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id " org.springframework.boot.optional-dependencies"
88}
99
10- description = " Spring Boot New Project "
10+ description = " Spring Boot Data Elasticsearch "
1111
1212dependencies {
1313 api(project(" :spring-boot-project:spring-boot-elasticsearch" ))
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ description = "Starter for using Elasticsearch search and analytics engine and S
66
77dependencies {
88 api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
9- api(project(" :spring-boot-project:spring-boot-elasticsearch" ))
9+ api(project(" :spring-boot-project:spring-boot-data- elasticsearch" ))
1010 api(project(" :spring-boot-project:spring-boot-tx" ))
11- api(" org.springframework.data:spring-data-elasticsearch" )
1211
1312 runtimeOnly(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-json" ))
1413}
You can’t perform that action at this time.
0 commit comments