GH-567 Add KotlinModule when present to jacksonObjectMapperBuilder

Resolves #567
This commit is contained in:
Oleg Zhurakousky
2021-09-27 17:01:35 +02:00
parent 63a5678f26
commit ebec01f21b
2 changed files with 29 additions and 0 deletions

View File

@@ -37,6 +37,16 @@
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>