From 21de97da506407a7911bf961dcdb9aff36f08ce8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 21 Sep 2015 16:45:35 -0700 Subject: [PATCH] Make jackson-module-parameter-names optional Update the spring-boot-autoconfigure POM so that jackson-module-parameter-names is optional. See gh-3804 --- spring-boot-autoconfigure/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index 5f8a7e34bb1..3b17f5c02a9 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -58,6 +58,7 @@ com.fasterxml.jackson.module jackson-module-parameter-names + true com.google.code.gson