<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>3.1.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webmvc-portlet', version='3.1.1.RELEASE')
)
<dependency org="org.springframework" name="spring-webmvc-portlet" rev="3.1.1.RELEASE" />
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.1.RELEASE</version> </parent>
compile
|-- commons-fileupload:commons-fileupload:1.2
|-- org.springframework:spring-asm
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
provided
|-- javax.portlet:portlet-api:2.0
|-- javax.servlet:servlet-api:2.5
test
|-- javax.servlet.jsp:jsp-api:2.1
|-- junit:junit