<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.17.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-web', version='3.2.17.RELEASE')
)
compile
|-- aopalliance:aopalliance:1.0
|-- com.fasterxml.jackson.core:jackson-databind:2.0.6
|-- commons-fileupload:commons-fileupload:1.3.1
|-- commons-httpclient:commons-httpclient:3.1
|-- javax.faces:jsf-api:1.2_08
|-- javax.portlet:portlet-api:2.0
|-- javax.servlet.jsp:jsp-api:2.1
|-- javax.xml.soap:saaj-api:1.3
|-- org.apache.httpcomponents:httpclient:4.2.6
|-- org.codehaus.jackson:jackson-mapper-asl:1.7.9
|-- org.eclipse.jetty:jetty-server:8.1.5.v20120716
|-- org.eclipse.jetty:jetty-servlet:8.1.5.v20120716
|-- org.springframework:spring-aop:3.2.17.RELEASE
|-- org.springframework:spring-beans:3.2.17.RELEASE
|-- org.springframework:spring-context:3.2.17.RELEASE
|-- org.springframework:spring-core:3.2.17.RELEASE
|-- org.springframework:spring-oxm:3.2.17.RELEASE
|-- rome:rome:1.0
provided