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.
12 lines
481 B
12 lines
481 B
|
|
dependencies { |
|
compile project(':spring-security-core'), |
|
project(':spring-security-web'), |
|
"org.springframework:spring-context:$springVersion", |
|
"org.springframework:spring-beans:$springVersion", |
|
"org.springframework:spring-web:$springVersion", |
|
"org.jasig.cas.client:cas-client-core:3.1.12", |
|
"net.sf.ehcache:ehcache:$ehcacheVersion" |
|
|
|
provided "org.apache.tomcat:tomcat-servlet-api:$servletApiVersion" |
|
} |