It is still required as a compile-time dependency by classes which use Spring's JDBC support, but it doesn't really have to be used in many interfaces and classes which are not necessarily backed by JDBC implementations.
12 lines
459 B
Groovy
12 lines
459 B
Groovy
|
|
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:cas-client-core:3.1.9",
|
|
"net.sf.ehcache:ehcache:$ehcacheVersion"
|
|
|
|
provided 'javax.servlet:servlet-api:2.5'
|
|
} |