<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>3.1.5.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-web" % "3.1.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-web', version='3.1.5.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-web" rev="3.1.5.RELEASE" />
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.springframework:spring-jdbc:3.0.7.RELEASE
|-- org.springframework:spring-aop:3.0.7.RELEASE
|-- org.springframework:spring-web:3.0.7.RELEASE
|-- org.springframework:spring-tx:3.0.7.RELEASE
|-- aopalliance:aopalliance:1.0
|-- org.springframework:spring-context:3.0.7.RELEASE
|-- org.springframework:spring-core:3.0.7.RELEASE
|-- org.springframework:spring-beans:3.0.7.RELEASE
|-- org.springframework.security:spring-security-core:3.1.5.RELEASE
|-- org.springframework:spring-expression:3.0.7.RELEASE
provided