2009-12-04 16:33:17 -05:00
|
|
|
// Web module build file
|
|
|
|
|
|
|
|
dependencies {
|
2010-01-10 18:31:23 -05:00
|
|
|
compile project(':spring-security-core'),
|
2009-12-04 16:33:17 -05:00
|
|
|
'aopalliance:aopalliance:1.0',
|
2010-01-12 19:44:05 -05:00
|
|
|
"org.aspectj:aspectjweaver:$aspectjVersion",
|
|
|
|
"org.springframework:spring-aop:$springVersion",
|
2009-12-04 16:33:17 -05:00
|
|
|
"org.springframework:spring-core:$springVersion",
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-expression:$springVersion",
|
|
|
|
"org.springframework:spring-jdbc:$springVersion",
|
|
|
|
"org.springframework:spring-tx:$springVersion",
|
|
|
|
"org.springframework:spring-web:$springVersion",
|
|
|
|
"org.springframework:spring-test:$springVersion"
|
2010-01-12 19:44:05 -05:00
|
|
|
|
|
|
|
provided 'javax.servlet:servlet-api:2.5'
|
|
|
|
|
2009-12-21 12:32:38 -05:00
|
|
|
testCompile 'commons-codec:commons-codec:1.3'
|
2009-12-04 16:33:17 -05:00
|
|
|
}
|