2011-05-14 06:57:30 -04:00
|
|
|
// Remoting module build file
|
|
|
|
|
|
|
|
dependencies {
|
2015-03-23 12:14:26 -04:00
|
|
|
compile project(':spring-security-core'),
|
|
|
|
'aopalliance:aopalliance:1.0',
|
|
|
|
springCoreDependency,
|
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-context:$springVersion",
|
|
|
|
"org.springframework:spring-web:$springVersion"
|
2011-05-14 06:57:30 -04:00
|
|
|
|
2015-03-23 12:14:26 -04:00
|
|
|
testCompile project(':spring-security-core').sourceSets.test.output
|
2011-05-14 06:57:30 -04:00
|
|
|
}
|