<dependency>
<groupId>org.apache.logging.log4j.samples</groupId>
<artifactId>flume-common</artifactId>
<version>2.0-beta5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j.samples', module='flume-common', version='2.0-beta5')
)
<dependency org="org.apache.logging.log4j.samples" name="flume-common" rev="2.0-beta5" />
<parent> <groupId>org.apache.logging.log4j.samples</groupId> <artifactId>log4j-samples</artifactId> <version>2.0-beta5</version> </parent>
compile
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-webmvc
|-- org.springframework.ws:spring-ws-core
provided
test
|-- junit:junit