1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add springio-platform plugin

This commit is contained in:
Rob Winch
2014-04-11 09:57:18 -05:00
parent 2b3becf666
commit 00e1094178
56 changed files with 157 additions and 121 deletions
+3 -3
View File
@@ -135,9 +135,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<groupId>javax.servlet.jsp.jstl</groupId>
<artifactId>javax.servlet.jsp.jstl-api</artifactId>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
+2 -2
View File
@@ -17,9 +17,9 @@ dependencies {
testCompile "org.codehaus.groovy:groovy-all:$groovyVersion",
spockDependencies
testRuntime "javax.servlet:jstl:$jstlVersion"
testRuntime "javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion"
}
configure(test) {
configure(project.tasks.withType(Test)) {
systemProperties['springSecurityVersion'] = version
}