<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-web', version='3.0.3.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.0.3.RELEASE</version> </parent>
compile
|-- com.caucho:com.springsource.com.caucho:3.2.1
|-- 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
|-- 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
|-- javax.servlet:servlet-api:2.5
|-- javax.servlet.jsp:jsp-api:2.1
|-- javax.xml.soap:saaj-api:1.3
test
|-- junit:junit