From 9071800ccf03456191a971783f9078c7dc4a39f2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 20 Jul 2017 04:49:40 -0400 Subject: dependency updates and minor project layout update --- juick-server-jdbc/build.gradle | 6 ------ 1 file changed, 6 deletions(-) (limited to 'juick-server-jdbc/build.gradle') diff --git a/juick-server-jdbc/build.gradle b/juick-server-jdbc/build.gradle index 96919cd2..17ca88a9 100644 --- a/juick-server-jdbc/build.gradle +++ b/juick-server-jdbc/build.gradle @@ -27,14 +27,9 @@ dependencies { providedCompile "commons-io:commons-io:2.5" providedCompile "commons-codec:commons-codec:1.10" - compile 'com.github.ben-manes.caffeine:caffeine:2.5.2' - compile "org.springframework:spring-context:${rootProject.springFrameworkVersion}" compile "org.springframework:spring-jdbc:${rootProject.springFrameworkVersion}" - compile "org.springframework.security:spring-security-web:${rootProject.springSecurityVersion}" - compile "org.springframework.security:spring-security-config:${rootProject.springSecurityVersion}" - providedCompile "org.apache.commons:commons-dbcp2:2.1.1" compile "com.googlecode.log4jdbc:log4jdbc:1.2" compile "javax.inject:javax.inject:1" @@ -51,7 +46,6 @@ dependencies { testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" testCompile "org.mockito:mockito-core:${rootProject.mockitoVersion}" testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}" - testCompile "org.springframework.security:spring-security-test:${rootProject.springSecurityVersion}" testRuntime "mysql:mysql-connector-java:5.1.40" } -- cgit v1.2.3