Add spring-boot-starter-json to classpath as jackson is needed by fabric8. Fixes #642

This commit is contained in:
Ryan Baxter
2021-04-19 11:25:13 -04:00
parent 79bcd2eaa5
commit 9940b827eb

View File

@@ -58,6 +58,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>