Create spring-boot-elasticsearch module

This commit is contained in:
Brian Clozel
2025-03-20 15:18:23 +01:00
committed by Phillip Webb
parent 5c948ab96b
commit 347638fa1d
48 changed files with 215 additions and 154 deletions

View File

@@ -10,7 +10,9 @@ description = "Spring Boot JSON-B"
dependencies {
api(project(":spring-boot-project:spring-boot"))
api("jakarta.json.bind:jakarta.json.bind-api")
api("org.eclipse:yasson")
optional(project(":spring-boot-project:spring-boot-autoconfigure"))
optional(project(":spring-boot-project:spring-boot-autoconfigure"))
testImplementation(project(":spring-boot-project:spring-boot-test"))