diff options
Diffstat (limited to 'juick-spring-www/build.gradle')
-rw-r--r-- | juick-spring-www/build.gradle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle index 593deb55..14b3bb9c 100644 --- a/juick-spring-www/build.gradle +++ b/juick-spring-www/build.gradle @@ -20,7 +20,6 @@ apply plugin: 'com.github.ben-manes.versions' def springFrameworkVersion = "4.3.4.RELEASE" def thymeleafVersion = "3.0.2.RELEASE" -def springSecurityVersion = "4.2.0.RELEASE" dependencies { compile project(':juick-server') @@ -32,8 +31,6 @@ dependencies { compile "org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.0.RELEASE" compile "org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.1.RELEASE" compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.1.1" - compile "org.springframework.security:spring-security-web:${springSecurityVersion}" - compile "org.springframework.security:spring-security-config:${springSecurityVersion}" testCompile "junit:junit:4.12" testCompile "org.mockito:mockito-core:1.+" |