You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
657 B
17 lines
657 B
// 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-aop:$springVersion", |
|
"org.springframework:spring-context:$springVersion", |
|
"org.springframework:spring-expression:$springVersion", |
|
"org.springframework:spring-web:$springVersion" |
|
|
|
provided 'javax.servlet:jsp-api:2.0', |
|
"org.apache.tomcat:tomcat-servlet-api:$servletApiVersion" |
|
|
|
testRuntime "javax.servlet:jstl:$jstlVersion" |
|
} |