Commit 21de97da authored by Phillip Webb's avatar Phillip Webb

Make jackson-module-parameter-names optional

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

See gh-3804
parent f2ce59c4
......@@ -58,6 +58,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment