Add springio-platform plugin
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user