<dependency>
<groupId>cn.home1</groupId>
<artifactId>oss-lib-log4j2-spring-boot-1.4.2.RELEASE</artifactId>
<version>1.0.7.OSS</version>
</dependency>
libraryDependencies += "cn.home1" % "oss-lib-log4j2-spring-boot-1.4.2.RELEASE" % "1.0.7.OSS"
@Grapes(
@Grab(group='cn.home1', module='oss-lib-log4j2-spring-boot-1.4.2.RELEASE', version='1.0.7.OSS')
)
<dependency org="cn.home1" name="oss-lib-log4j2-spring-boot-1.4.2.RELEASE" rev="1.0.7.OSS" />
<parent> <groupId>cn.home1</groupId> <artifactId>oss-lib-log4j2</artifactId> <version>1.0.7.OSS</version> </parent>
compile
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.springframework.boot:spring-boot-autoconfigure
provided
runtime
|-- org.apache.logging.log4j:log4j-slf4j-impl