<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.5.17</version>
</dependency>
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.17</version> </parent>
compile
|-- com.googlecode.juniversalchardet:juniversalchardet
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpclient-cache
|-- org.apache.httpcomponents:httpcore
|-- org.apache.httpcomponents:httpmime
|-- com.squareup.okhttp3:okhttp
|-- com.google.code.findbugs:jsr305
|-- commons-logging:commons-logging
|-- org.slf4j:slf4j-api:1.7.10
provided
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.google.protobuf:protobuf-java-util
test
|-- com.dtflys.forest:forest-mock:1.5.17
|-- org.apache.logging.log4j:log4j-slf4j-impl:2.13.3
|-- org.slf4j:jcl-over-slf4j:1.7.10