2009-12-04 16:33:17 -05:00
|
|
|
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.springframework:spring-aop:$springVersion",
|
2009-12-04 16:33:17 -05: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 07:30:21 -04:00
|
|
|
"org.springframework:spring-web:$springVersion"
|
2010-01-12 19:44:05 -05:00
|
|
|
|
2012-11-28 18:56:03 -05:00
|
|
|
provided "org.apache.tomcat:tomcat-servlet-api:$servletApiVersion"
|
2010-01-12 19:44:05 -05:00
|
|
|
|
2012-06-29 13:59:22 -04:00
|
|
|
testCompile project(':spring-security-core').sourceSets.test.output,
|
2010-09-13 14:12:45 -04:00
|
|
|
'commons-codec:commons-codec:1.3',
|
2012-07-18 17:17:26 -04:00
|
|
|
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
2012-06-29 18:46:13 -04:00
|
|
|
"org.springframework:spring-test:$springVersion",
|
2012-11-08 23:25:18 -05:00
|
|
|
powerMockDependencies
|
2011-07-09 18:31:25 -04:00
|
|
|
|
2012-06-29 18:46:13 -04:00
|
|
|
testRuntime "hsqldb:hsqldb:$hsqlVersion"
|
|
|
|
}
|