Create spring-boot-data-elasticsearch module

This commit is contained in:
Stéphane Nicoll
2025-03-28 09:29:10 +01:00
committed by Phillip Webb
parent f3dd5dae72
commit fd07ba3860
30 changed files with 131 additions and 128 deletions

View File

@@ -6,9 +6,8 @@ description = "Starter for using Elasticsearch search and analytics engine and S
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-elasticsearch"))
api(project(":spring-boot-project:spring-boot-data-elasticsearch"))
api(project(":spring-boot-project:spring-boot-tx"))
api("org.springframework.data:spring-data-elasticsearch")
runtimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-json"))
}