2014-04-23 05:47:48 +08:00
|
|
|
// OpenID Module build file
|
|
|
|
|
|
|
|
|
|
dependencies {
|
2015-03-24 00:14:26 +08:00
|
|
|
compile project(':spring-security-core'),
|
|
|
|
|
project(':spring-security-web'),
|
|
|
|
|
springCoreDependency,
|
|
|
|
|
"org.springframework:spring-test:$springVersion"
|
2014-04-23 05:47:48 +08:00
|
|
|
|
2015-03-24 00:14:26 +08:00
|
|
|
optional project(':spring-security-config')
|
2014-07-23 04:11:37 +08:00
|
|
|
|
2015-03-24 00:14:26 +08:00
|
|
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
2014-04-23 05:47:48 +08:00
|
|
|
|
2015-03-24 00:14:26 +08:00
|
|
|
testCompile "org.springframework:spring-webmvc:$springVersion",
|
|
|
|
|
powerMockDependencies
|
2014-04-23 05:47:48 +08:00
|
|
|
}
|