Added build file for itest-context.
This commit is contained in:
parent
9e049dfef4
commit
111d49d68a
|
@ -1,4 +1,5 @@
|
||||||
apply id: 'java'
|
apply id: 'java'
|
||||||
|
apply id: 'eclipse'
|
||||||
|
|
||||||
springVersion = '3.0.1.RELEASE'
|
springVersion = '3.0.1.RELEASE'
|
||||||
springLdapVersion = '1.3.0.RELEASE'
|
springLdapVersion = '1.3.0.RELEASE'
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
compile project(':spring-security-core'),
|
||||||
|
'aopalliance:aopalliance:1.0',
|
||||||
|
'jython:jython:2.1',
|
||||||
|
"org.springframework:spring-aop:$springVersion",
|
||||||
|
"org.springframework:spring-tx:$springVersion",
|
||||||
|
"org.springframework:spring-beans:$springVersion"
|
||||||
|
|
||||||
|
testCompile project(':spring-security-web'),
|
||||||
|
'javax.servlet:servlet-api:2.5',
|
||||||
|
"org.springframework:spring-web:$springVersion"
|
||||||
|
testRuntime project(':spring-security-config')
|
||||||
|
|
||||||
|
}
|
|
@ -22,7 +22,8 @@ def String[] docs = [
|
||||||
]
|
]
|
||||||
|
|
||||||
def String[] itest = [
|
def String[] itest = [
|
||||||
'web'
|
'web',
|
||||||
|
'context'
|
||||||
]
|
]
|
||||||
|
|
||||||
include modules
|
include modules
|
||||||
|
|
Loading…
Reference in New Issue