<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.4.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-webflow', version='2.4.4.RELEASE')
)
<dependency org="org.springframework.webflow" name="spring-webflow" rev="2.4.4.RELEASE" />
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.hibernate:hibernate-core:4.3.11.Final
|-- org.slf4j:slf4j-api:1.7.21
|-- org.springframework.security:spring-security-core:4.1.0.RELEASE
|-- org.springframework.webflow:spring-binding:2.4.4.RELEASE
|-- org.springframework.webflow:spring-js:2.4.4.RELEASE
|-- org.springframework:spring-beans:4.3.0.RELEASE
|-- org.springframework:spring-context:4.3.0.RELEASE
|-- org.springframework:spring-core:4.3.0.RELEASE
|-- org.springframework:spring-expression:4.3.0.RELEASE
|-- org.springframework:spring-orm:4.3.0.RELEASE
|-- org.springframework:spring-tx:4.3.0.RELEASE
|-- org.springframework:spring-web:4.3.0.RELEASE
|-- org.springframework:spring-webmvc:4.3.0.RELEASE
|-- org.springframework:spring-webmvc-portlet:4.3.0.RELEASE
provided
|-- javax.el:javax.el-api:2.2.5
|-- javax.portlet:portlet-api:2.0