<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.5.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-webflow', version='2.5.1.RELEASE')
)
<dependency org="org.springframework.webflow" name="spring-webflow" rev="2.5.1.RELEASE" />
compile
|-- org.apache.tiles:tiles-api:3.0.8
|-- org.apache.tiles:tiles-core:3.0.8
|-- org.apache.tiles:tiles-el:3.0.8
|-- org.apache.tiles:tiles-extras:3.0.8
|-- org.apache.tiles:tiles-jsp:3.0.8
|-- org.apache.tiles:tiles-servlet:3.0.8
|-- org.hibernate:hibernate-core:5.2.17.Final
|-- org.springframework.security:spring-security-core:5.0.8.RELEASE
|-- org.springframework.webflow:spring-binding:2.5.1.RELEASE
|-- org.springframework:spring-beans:5.0.9.RELEASE
|-- org.springframework:spring-context:5.0.9.RELEASE
|-- org.springframework:spring-core:5.0.9.RELEASE
|-- org.springframework:spring-expression:5.0.9.RELEASE
|-- org.springframework:spring-orm:5.0.9.RELEASE
|-- org.springframework:spring-tx:5.0.9.RELEASE
|-- org.springframework:spring-web:5.0.9.RELEASE
|-- org.springframework:spring-webmvc:5.0.9.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.1.0
|-- junit:junit:4.12