<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api-test</artifactId>
<version>2.22.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-api-test', version='2.22.0')
)
<parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> <version>2.22.0</version> </parent>
compile
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.commons:commons-lang3
|-- junit:junit
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit-pioneer:junit-pioneer
|-- org.junit.platform:junit-platform-commons
|-- org.apache.maven:maven-core
|-- org.apache.maven:maven-model
|-- org.codehaus.plexus:plexus-utils
test
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- org.mockito:mockito-inline