Add Jackson 2 to web starter

This commit is contained in:
Phillip Webb 2013-06-12 15:47:45 -07:00
parent 9782747027
commit 5ce220b51c

View File

@ -37,5 +37,9 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>