Add Jackson dependency

This commit is contained in:
Dave Syer
2015-01-17 15:12:24 +00:00
parent 1d9e92cc3c
commit 3b3f4ae650

View File

@@ -53,5 +53,9 @@
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-event</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>