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