1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Added build file for itest-context.

This commit is contained in:
Luke Taylor
2010-03-12 01:40:27 +00:00
parent 9e049dfef4
commit 111d49d68a
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
apply id: 'java'
apply id: 'eclipse'
springVersion = '3.0.1.RELEASE'
springLdapVersion = '1.3.0.RELEASE'
+15
View File
@@ -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')
}
+2 -1
View File
@@ -22,7 +22,8 @@ def String[] docs = [
]
def String[] itest = [
'web'
'web',
'context'
]
include modules