Make jackson-module-parameter-names optional

Update the spring-boot-autoconfigure POM so that
jackson-module-parameter-names is optional.

See gh-3804
This commit is contained in:
Phillip Webb 2015-09-21 16:45:35 -07:00
parent f2ce59c403
commit 21de97da50
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.module</groupId> <groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId> <artifactId>jackson-module-parameter-names</artifactId>
<optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>