Make Jackson and Gson beans conditional

This commit is contained in:
Dave Syer
2018-05-21 09:05:08 +01:00
parent 66476559ed
commit 8599be2255
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>