Add missing Jackson depednency

This commit is contained in:
Dave Syer
2015-07-13 11:48:21 +01:00
parent 9115872a3d
commit 80d235a8be

View File

@@ -58,6 +58,11 @@
<artifactId>spring-boot-starter-aop</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>