2009-12-04 21:33:17 +00:00
|
|
|
// Web module build file
|
|
|
|
|
|
|
|
dependencies {
|
2010-01-10 23:31:23 +00:00
|
|
|
compile project(':spring-security-core'),
|
2009-12-04 21:33:17 +00:00
|
|
|
'aopalliance:aopalliance:1.0',
|
2010-01-13 00:44:05 +00:00
|
|
|
"org.aspectj:aspectjweaver:$aspectjVersion",
|
|
|
|
"org.springframework:spring-aop:$springVersion",
|
2009-12-04 21:33:17 +00:00
|
|
|
"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",
|
2010-07-12 12:30:21 +01:00
|
|
|
"org.springframework:spring-web:$springVersion"
|
2010-01-13 00:44:05 +00:00
|
|
|
|
|
|
|
provided 'javax.servlet:servlet-api:2.5'
|
|
|
|
|
2010-07-12 12:30:21 +01:00
|
|
|
testCompile 'commons-codec:commons-codec:1.3',
|
|
|
|
"org.springframework:spring-test:$springVersion"
|
2010-05-24 17:01:19 +01:00
|
|
|
testRuntime "hsqldb:hsqldb:$hsqlVersion"
|
2009-12-04 21:33:17 +00:00
|
|
|
}
|