2010-01-11 07:31:23 +08:00
|
|
|
// Taglibs build file
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core'),
|
|
|
|
project(':spring-security-web'),
|
|
|
|
project(':spring-security-acl'),
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
2010-09-08 02:45:37 +08:00
|
|
|
"org.springframework:spring-aop:$springVersion",
|
2010-01-11 07:31:23 +08:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-expression:$springVersion",
|
|
|
|
"org.springframework:spring-web:$springVersion"
|
|
|
|
|
2010-03-03 23:40:57 +08:00
|
|
|
provided 'javax.servlet:jsp-api:2.0', 'javax.servlet:servlet-api:2.5'
|
2010-01-11 07:31:23 +08:00
|
|
|
|
2010-07-21 06:45:20 +08:00
|
|
|
testRuntime "javax.servlet:jstl:$jstlVersion"
|
2010-01-11 07:31:23 +08:00
|
|
|
}
|