1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

import jackson

This commit is contained in:
Stefan Schroeder 2014-11-03 20:55:10 +01:00
parent 7a7ce8a604
commit b1eb836ec3

View file

@ -65,7 +65,11 @@
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.3</version>
</dependency>
</dependencies> </dependencies>