<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-webmvc-support</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='com.alibaba.spring', module='spring-webmvc-support', version='1.0.0.RELEASE')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.springframework:spring-context-support:4.3.17.RELEASE
|-- org.springframework:spring-web:4.3.17.RELEASE
|-- org.springframework:spring-webmvc:4.3.17.RELEASE
|-- com.alibaba.spring:spring-context-support:1.0.0.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- junit:junit:4.12