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