<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.7.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.fasterxml.jackson.core', module='jackson-databind', version='2.7.2')
)
<parent> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-parent</artifactId> <version>2.7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core:2.7.2
test
|-- org.powermock:powermock-module-junit4:1.6.3