From e50aac73ed008bcff01151ec2ef6abece0bbce6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Thu, 7 Apr 2016 14:46:04 +1000 Subject: [PATCH] Add dependency jackson-module-kotlin Auto-detection for Kotlin Jackson Module was added in Spring 4.3.0.RC1. This commit provides the dependency management to handle the right version. Closes gh-5622 --- spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 3de1f716d79..1f63304200d 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -672,6 +672,11 @@ jackson-module-jaxb-annotations ${jackson.version} + + com.fasterxml.jackson.module + jackson-module-kotlin + ${jackson.version} + com.fasterxml.jackson.module jackson-module-parameter-names