<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-struts</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-struts', version='3.0.3.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.0.3.RELEASE</version> </parent>
compile
|-- commons-beanutils:commons-beanutils:1.7.0
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
provided
|-- javax.servlet:servlet-api:2.5
test
|-- javax.servlet.jsp:jsp-api:2.1
|-- org.springframework:spring-test
|-- junit:junit