<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<version>2.3.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.webflow', module='spring-js', version='2.3.1.RELEASE')
)
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.springframework:spring-beans:3.1.1.RELEASE
|-- org.springframework:spring-context:3.1.1.RELEASE
|-- org.springframework:spring-core:3.1.1.RELEASE
|-- org.springframework.webflow:spring-js-resources
|-- org.apache.tiles:tiles-api:2.1.2
|-- org.apache.tiles:tiles-core:2.1.2
|-- org.apache.tiles:tiles-jsp:2.1.2
|-- org.apache.tiles:tiles-servlet:2.1.2
|-- org.springframework:spring-web:3.1.1.RELEASE
|-- org.springframework:spring-webmvc:3.1.1.RELEASE
provided
|-- javax.servlet:servlet-api:2.4
test