<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<version>3.2.7.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-taglibs" % "3.2.7.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-taglibs', version='3.2.7.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-taglibs" rev="3.2.7.RELEASE" />
compile
|-- org.springframework.security:spring-security-acl:3.2.7.RELEASE
|-- org.springframework.security:spring-security-core:3.2.7.RELEASE
|-- org.springframework.security:spring-security-web:3.2.7.RELEASE
|-- org.springframework:spring-aop:3.2.13.RELEASE
|-- org.springframework:spring-beans:3.2.13.RELEASE
|-- org.springframework:spring-context:3.2.13.RELEASE
|-- org.springframework:spring-core:3.2.13.RELEASE
|-- org.springframework:spring-expression:3.2.13.RELEASE
|-- org.springframework:spring-web:3.2.13.RELEASE
|-- commons-logging:commons-logging:1.1.1
provided
|-- javax.servlet.jsp:javax.servlet.jsp-api:2.2.1
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- ch.qos.logback:logback-classic:0.9.29
|-- javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1
|-- junit:junit:4.11
|-- org.codehaus.groovy:groovy-all:2.0.5
|-- org.easytesting:fest-assert:1.4
|-- org.mockito:mockito-core:1.9.5
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.spockframework:spock-core:0.7-groovy-2.0