<dependency>
<groupId>com.alipay.sofa.common</groupId>
<artifactId>log-sofa-boot-starter</artifactId>
<version>1.1.2</version>
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa.common', module='log-sofa-boot-starter', version='1.1.2')
)
<parent> <groupId>com.alipay.sofa.common</groupId> <artifactId>sofa-common-tools-parent</artifactId> <version>1.1.2</version> </parent>
compile
|-- com.alipay.sofa.common:sofa-common-tools
provided
|-- ch.qos.logback:logback-classic:1.1.7
|-- ch.qos.logback:logback-core:1.1.7
|-- org.apache.logging.log4j:log4j-api:2.8
|-- org.apache.logging.log4j:log4j-core:2.8
|-- org.apache.logging.log4j:log4j-slf4j-impl:2.8
|-- org.springframework:spring-context:4.3.19.RELEASE
|-- org.springframework.boot:spring-boot:1.5.16.RELEASE
test
|-- org.springframework.boot:spring-boot-autoconfigure:1.5.16.RELEASE
|-- junit:junit:4.11