Add Jackson 2 to turbine starter so it can be used for messages

This commit is contained in:
Dave Syer
2015-01-02 15:19:29 +00:00
parent 2d2b18deb8
commit abf7cbc60a

View File

@@ -86,5 +86,9 @@
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
</dependency>
</dependencies>
</project>