1) Update to mmx build of jackson 2.1 branch to get bug-fix for jackson-databind #167

This commit is contained in:
Eric Tschetter 2013-02-14 17:10:27 -06:00
parent 77fbe974d8
commit ee4236dac2
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.1.3</version> <version>2.1.4-mmx-2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.datatype</groupId> <groupId>com.fasterxml.jackson.datatype</groupId>