diff options
Diffstat (limited to 'juick-spring-www/build.gradle')
-rw-r--r-- | juick-spring-www/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle index 9ba9bebf..2b3c27f4 100644 --- a/juick-spring-www/build.gradle +++ b/juick-spring-www/build.gradle @@ -35,8 +35,9 @@ dependencies { compile "org.springframework.security:spring-security-web:${springSecurityVersion}" compile "org.springframework.security:spring-security-config:${springSecurityVersion}" - testCompile 'junit:junit:4.12' + testCompile "junit:junit:4.12" testCompile "org.mockito:mockito-core:1.+" + testCompile "org.springframework:spring-test:${springFrameworkVersion}" testRuntime "org.thymeleaf:thymeleaf-testing:3.0.1.RELEASE" |