Kaynağa Gözat

Added build file for itest-context.

Luke Taylor 15 yıl önce
ebeveyn
işleme
111d49d68a

+ 1 - 0
gradle/javaprojects.gradle

@@ -1,4 +1,5 @@
 apply id: 'java'
+apply id: 'eclipse'
 
 springVersion = '3.0.1.RELEASE'
 springLdapVersion = '1.3.0.RELEASE'

+ 15 - 0
itest/context/itest-context.gradle

@@ -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
settings.gradle

@@ -22,7 +22,8 @@ def String[] docs = [
 ]
 
 def String[] itest = [
-    'web'
+    'web',
+    'context'
 ]
 
 include modules