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