You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
398 B
11 lines
398 B
// Remoting module build file |
|
|
|
dependencies { |
|
compile project(':spring-security-core'), |
|
'aopalliance:aopalliance:1.0', |
|
"org.springframework:spring-beans:$springVersion", |
|
"org.springframework:spring-context:$springVersion", |
|
"org.springframework:spring-web:$springVersion" |
|
|
|
testCompile project(':spring-security-core').sourceSets.test.output |
|
}
|
|
|