<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<version>2.0.8.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-js', version='2.0.8.RELEASE')
)
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.springframework:spring-beans:2.5.6.SEC01
|-- org.springframework:spring-context:2.5.6.SEC01
|-- org.springframework:spring-core:2.5.6.SEC01
|-- org.apache.tiles:tiles-api:2.0.5
|-- org.apache.tiles:tiles-core:2.0.5
|-- org.apache.tiles:tiles-jsp:2.0.5
|-- org.springframework:spring-web:2.5.6.SEC01
|-- org.springframework:spring-webmvc:2.5.6.SEC01
provided