Add json starter so that Elasticsearch uses Jackson mapper by default
Closes gh-32906
This commit is contained in:
parent
b9e176ce1a
commit
1cb149596d
|
@ -7,4 +7,6 @@ description = "Starter for using Elasticsearch search and analytics engine and S
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||||
api("org.springframework.data:spring-data-elasticsearch")
|
api("org.springframework.data:spring-data-elasticsearch")
|
||||||
|
|
||||||
|
runtimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-json"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue