<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-webflow', version='2.3.3.RELEASE')
)
<dependency org="org.springframework.webflow" name="spring-webflow" rev="2.3.3.RELEASE" />
compile
|-- backport-util-concurrent:backport-util-concurrent:3.0
|-- commons-logging:commons-logging:1.1.1
|-- org.hibernate:hibernate-core:3.6.9.Final
|-- org.springframework.security:spring-security-core:3.2.0.RELEASE
|-- org.springframework.webflow:spring-binding:2.3.3.RELEASE
|-- org.springframework.webflow:spring-js:2.3.3.RELEASE
|-- org.springframework:spring-beans:4.0.0.RELEASE
|-- org.springframework:spring-context:4.0.0.RELEASE
|-- org.springframework:spring-core:4.0.0.RELEASE
|-- org.springframework:spring-expression:4.0.0.RELEASE
|-- org.springframework:spring-orm:4.0.0.RELEASE
|-- org.springframework:spring-tx:4.0.0.RELEASE
|-- org.springframework:spring-web:4.0.0.RELEASE
|-- org.springframework:spring-webmvc:4.0.0.RELEASE
|-- org.springframework:spring-webmvc-portlet:4.0.0.RELEASE
provided
|-- javax.portlet:portlet-api:2.0