<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.2.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webmvc', version='3.2.2.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.0.1
|-- jasperreports:jasperreports:2.0.5
|-- net.sourceforge.jexcelapi:jxl:2.6.3
|-- org.apache.poi:poi:3.0.2-FINAL
|-- org.apache.tiles:tiles-api:2.1.2
|-- org.apache.tiles:tiles-api:3.0.1
|-- org.apache.tiles:tiles-core:3.0.1
|-- org.apache.tiles:tiles-core:2.1.2
|-- org.apache.tiles:tiles-el:3.0.1
|-- org.apache.tiles:tiles-extras:3.0.1
|-- org.apache.tiles:tiles-jsp:2.1.2
|-- org.apache.tiles:tiles-jsp:3.0.1
|-- org.apache.tiles:tiles-request-api:1.0.1
|-- org.apache.tiles:tiles-servlet:2.1.2
|-- org.apache.tiles:tiles-servlet:3.0.1
|-- org.codehaus.jackson:jackson-mapper-asl:1.4.2
|-- org.freemarker:freemarker:2.3.15
|-- org.springframework:spring-beans:3.2.2.RELEASE
|-- org.springframework:spring-context:3.2.2.RELEASE
|-- org.springframework:spring-context-support:3.2.2.RELEASE
|-- org.springframework:spring-core:3.2.2.RELEASE
|-- org.springframework:spring-expression:3.2.2.RELEASE
|-- org.springframework:spring-oxm:3.2.2.RELEASE
|-- org.springframework:spring-web:3.2.2.RELEASE
|-- rome:rome:1.0
|-- velocity-tools:velocity-tools-view:1.4
provided
|-- javax.servlet.jsp:jsp-api:2.1