<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.fasterxml.jackson.core', module='jackson-databind', version='2.6.4')
)
<parent> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-parent</artifactId> <version>2.6.2</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations:2.6.0
|-- com.fasterxml.jackson.core:jackson-core:2.6.4
test
|-- org.powermock:powermock-module-junit4:1.6.2
|-- org.powermock:powermock-api-mockito:1.6.2