<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.3.5</version>
</dependency>
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.3.5</version> </parent>
compile
|-- commons-logging:commons-logging:1.1
|-- org.slf4j:slf4j-api:1.7.10
provided
|-- com.alibaba:fastjson:1.2.3
|-- com.fasterxml.jackson.core:jackson-core:2.9.10
|-- com.fasterxml.jackson.core:jackson-databind:2.9.10
|-- com.fasterxml.jackson.core:jackson-annotations:2.9.10
|-- com.google.code.gson:gson:1.7.1
test
|-- org.apache.logging.log4j:log4j-slf4j-impl:2.13.3
|-- org.slf4j:jcl-over-slf4j:1.7.10