aboutsummaryrefslogtreecommitdiff
path: root/juick-server-jdbc/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-07-20 04:49:40 -0400
committerGravatar Vitaly Takmazov2017-07-20 04:49:40 -0400
commit9071800ccf03456191a971783f9078c7dc4a39f2 (patch)
tree9aaccf7a10f228acced2408acedc2ccc90685eb1 /juick-server-jdbc/build.gradle
parent2a0add45390f579396d464764c634d0289d41c7e (diff)
dependency updates and minor project layout update
Diffstat (limited to 'juick-server-jdbc/build.gradle')
-rw-r--r--juick-server-jdbc/build.gradle6
1 files changed, 0 insertions, 6 deletions
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"
}