<dependency>
<groupId>com.fizzed</groupId>
<artifactId>crux-jackson</artifactId>
<version>1.0.48</version>
</dependency>
<parent> <groupId>com.fizzed</groupId> <artifactId>crux</artifactId> <version>1.0.48</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core:2.9.0
|-- com.fasterxml.jackson.core:jackson-databind:2.9.0
|-- com.fasterxml.jackson.core:jackson-annotations:2.9.0
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.0
test
|-- org.hamcrest:java-hamcrest
|-- junit:junit