<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-catalog-git</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-catalog-git', version='1.0.0')
)
<parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-catalog</artifactId> <version>1.0.0</version> </parent>
compile
|-- commons-logging:commons-logging
|-- org.apache.commons:commons-lang3
|-- org.apache.logging.log4j:log4j-catalog-api
|-- org.springframework:spring-context
|-- org.springframework:spring-context-support
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-test
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.eclipse.jgit:org.eclipse.jgit
test
|-- junit:junit