<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-web', version='3.1.0.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.0.RELEASE</version> </parent>
compile
|-- com.caucho:com.springsource.com.caucho:3.2.1
|-- rome:rome:1.0
|-- javax.faces:jsf-api:1.2_08
|-- javax.xml.ws:jaxws-api:2.1-1
|-- aopalliance:aopalliance:1.0
|-- axis:axis:1.4
|-- commons-fileupload:commons-fileupload:1.2
|-- commons-httpclient:commons-httpclient:3.1
|-- org.apache.httpcomponents:httpclient:4.1.1
|-- log4j:log4j
|-- org.codehaus.jackson:jackson-mapper-asl:1.4.2
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-oxm
provided
|-- javax.portlet:portlet-api:2.0
|-- org.apache.tomcat:tomcat-servlet-api:7.0.8
|-- javax.servlet.jsp:jsp-api:2.1
|-- javax.xml.soap:saaj-api:1.3
test
|-- junit:junit