<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring</artifactId>
<version>1.5.7</version>
</dependency>
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.7</version> </parent>
compile
|-- com.dtflys.forest:forest-core
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-webmvc
|-- org.springframework.boot:spring-boot-autoconfigure
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework:spring-test
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.logging.log4j:log4j-core