Apply io.spring.convention.integration-test Gradle Plugin.

This commit is contained in:
John Blum
2017-06-06 17:38:53 -07:00
parent 0d1b48300f
commit 2e9378ddca

View File

@@ -1,4 +1,5 @@
apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'io.spring.convention.integration-test'
description = "Spring Session Data Geode"
@@ -14,10 +15,10 @@ dependencies {
provided "javax.servlet:javax.servlet-api"
testCompile "org.assertj:assertj-core:$assertjVersion"
testCompile "junit:junit:$junitVersion"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"
testCompile "edu.umd.cs.mtc:multithreadedtc"
testCompile "org.mockito:mockito-core:$mockitoVersion"
testCompile "edu.umd.cs.mtc:multithreadedtc:$multithreadedtcVersion"
testCompile "org.springframework:spring-test"
testCompile "org.springframework:spring-web"
testCompile "org.springframework.security:spring-security-test"