Skip to content

Commit 1cb1495

Browse files
committed
Add json starter so that Elasticsearch uses Jackson mapper by default
Closes gh-32906
1 parent b9e176c commit 1cb1495

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch

1 file changed

+2
-0
lines changed

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ description = "Starter for using Elasticsearch search and analytics engine and S
77
dependencies {
88
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
99
api("org.springframework.data:spring-data-elasticsearch")
10+
11+
runtimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-json"))
1012
}

0 commit comments

Comments
 (0)