<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-struts</artifactId>
<version>3.2.12.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-struts', version='3.2.12.RELEASE')
)
compile
|-- commons-beanutils:commons-beanutils:1.7.0
|-- org.springframework:spring-beans:3.2.12.RELEASE
|-- org.springframework:spring-context:3.2.12.RELEASE
|-- org.springframework:spring-core:3.2.12.RELEASE
|-- org.springframework:spring-web:3.2.12.RELEASE
|-- org.springframework:spring-webmvc:3.2.12.RELEASE
provided