2010-01-10 18:31:23 -05:00
|
|
|
// Taglibs build file
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core'),
|
|
|
|
project(':spring-security-web'),
|
|
|
|
project(':spring-security-acl'),
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-expression:$springVersion",
|
|
|
|
"org.springframework:spring-web:$springVersion"
|
|
|
|
|
2010-03-03 10:40:57 -05:00
|
|
|
provided 'javax.servlet:jsp-api:2.0', 'javax.servlet:servlet-api:2.5'
|
2010-01-10 18:31:23 -05:00
|
|
|
|
|
|
|
testRuntime "taglibs:standard:$jstlVersion"
|
|
|
|
}
|