<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-spring-boot</artifactId>
<version>3.0.0-alpha1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-spring-boot', version='3.0.0-alpha1')
)
<dependency org="org.apache.logging.log4j" name="log4j-spring-boot" rev="3.0.0-alpha1" />
<parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> <version>3.0.0-alpha1</version> </parent>
compile
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-plugins
|-- commons-logging:commons-logging
|-- org.springframework.boot:spring-boot
|-- org.springframework:spring-context
|-- org.springframework:spring-context-support
test
|-- org.apache.logging.log4j:log4j-core-test
|-- junit:junit
|-- org.junit-pioneer:junit-pioneer