15 lines
544 B
Groovy
15 lines
544 B
Groovy
// OpenID Module build file
|
|
|
|
dependencies {
|
|
compile project(':spring-security-core'),
|
|
project(':spring-security-web'),
|
|
'org.openid4java:openid4java-nodeps:0.9.5',
|
|
"org.springframework:spring-aop:$springVersion",
|
|
"org.springframework:spring-context:$springVersion",
|
|
"org.springframework:spring-beans:$springVersion",
|
|
"org.springframework:spring-web:$springVersion"
|
|
|
|
provided 'javax.servlet:servlet-api:2.5'
|
|
|
|
runtime 'commons-httpclient:commons-httpclient:3.1'
|
|
} |