<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>3.2.18.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webmvc-portlet', version='3.2.18.RELEASE')
)
<dependency org="org.springframework" name="spring-webmvc-portlet" rev="3.2.18.RELEASE" />
compile
|-- commons-fileupload:commons-fileupload:1.3.1
|-- org.springframework:spring-beans:3.2.18.RELEASE
|-- org.springframework:spring-context:3.2.18.RELEASE
|-- org.springframework:spring-core:3.2.18.RELEASE
|-- org.springframework:spring-web:3.2.18.RELEASE
|-- org.springframework:spring-webmvc:3.2.18.RELEASE
provided