<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring</artifactId>
<version>1.5.29-BETA</version>
</dependency>
@Grapes(
@Grab(group='com.dtflys.forest', module='forest-spring', version='1.5.29-BETA')
)
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.29-BETA</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-core
|-- org.apache.logging.log4j:log4j-api