5 changed files with 18 additions and 7 deletions
@ -0,0 +1,13 @@ |
|||||||
|
|
||||||
|
dependencies { |
||||||
|
compile project(':core'), |
||||||
|
project(':web'), |
||||||
|
"javax.servlet:servlet-api:2.5", |
||||||
|
"org.springframework:spring-core:$springVersion", |
||||||
|
"org.springframework:spring-context:$springVersion", |
||||||
|
"org.springframework:spring-beans:$springVersion", |
||||||
|
"org.springframework:spring-tx:$springVersion", |
||||||
|
"org.springframework:spring-web:$springVersion", |
||||||
|
"org.jasig.cas:cas-client-core:3.1.9", |
||||||
|
"net.sf.ehcache:ehcache:$ehcacheVersion" |
||||||
|
} |
||||||
Loading…
Reference in new issue