mirror of https://github.com/apache/druid.git
1) Update to mmx build of jackson 2.1 branch to get bug-fix for jackson-databind #167
This commit is contained in:
parent
77fbe974d8
commit
ee4236dac2
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue