2009-12-04 21:33:17 +00:00
|
|
|
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.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",
|
2012-10-01 14:46:37 -05:00
|
|
|
"org.springframework:spring-web:$springVersion"
|
2010-01-13 00:44:05 +00:00
|
|
|
|
|
|
|
provided 'javax.servlet:servlet-api:2.5'
|
|
|
|
|
2012-10-01 14:46:37 -05:00
|
|
|
testCompile project(':spring-security-core').sourceSets.test.output,
|
|
|
|
'commons-codec:commons-codec:1.3',
|
|
|
|
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
|
|
|
"org.springframework:spring-test:$springVersion",
|
|
|
|
"org.powermock:powermock-core:$powerMockVersion",
|
|
|
|
"org.powermock:powermock-api-support:$powerMockVersion",
|
|
|
|
"org.powermock:powermock-module-junit4-common:$powerMockVersion",
|
|
|
|
"org.powermock:powermock-module-junit4:$powerMockVersion",
|
|
|
|
"org.powermock:powermock-api-mockito:$powerMockVersion",
|
|
|
|
"org.powermock:powermock-reflect:$powerMockVersion"
|
|
|
|
|
2010-05-05 00:16:08 +01:00
|
|
|
testRuntime "hsqldb:hsqldb:$hsqlVersion"
|
2009-12-04 21:33:17 +00:00
|
|
|
}
|