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