Add json starter so that Elasticsearch uses Jackson mapper by default

Closes gh-32906
This commit is contained in:
Andy Wilkinson 2022-10-27 14:29:41 +01:00
parent b9e176ce1a
commit 1cb149596d

View File

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