2010-01-10 23:31:23 +00: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-07 19:45:37 +01:00
|
|
|
"org.springframework:spring-aop:$springVersion",
|
2010-01-10 23:31:23 +00:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-expression:$springVersion",
|
|
|
|
"org.springframework:spring-web:$springVersion"
|
|
|
|
|
2012-11-28 17:56:03 -06:00
|
|
|
provided 'javax.servlet:jsp-api:2.0',
|
|
|
|
"org.apache.tomcat:tomcat-servlet-api:$servletApiVersion"
|
|
|
|
|
2010-07-20 23:45:20 +01:00
|
|
|
testRuntime "javax.servlet:jstl:$jstlVersion"
|
2010-01-10 23:31:23 +00:00
|
|
|
}
|