diff options
author | Vitaly Takmazov | 2017-06-29 17:09:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-29 17:13:29 +0300 |
commit | b75b5a3d1a3bf001923d49923dcebee95ba2327e (patch) | |
tree | 5080eacdf348c9598885ad5d3b5c567632db3717 /juick-server-web/build.gradle | |
parent | 02723131139806c761539a42a5fa80b68ecadee8 (diff) |
notifications and configurations refactoring
Diffstat (limited to 'juick-server-web/build.gradle')
-rw-r--r-- | juick-server-web/build.gradle | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/juick-server-web/build.gradle b/juick-server-web/build.gradle index fde15afe..92f017e4 100644 --- a/juick-server-web/build.gradle +++ b/juick-server-web/build.gradle @@ -29,14 +29,12 @@ dependencies { 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:spring-webmvc:${rootProject.springFrameworkVersion}" + compile "org.springframework:spring-context-support:${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" compile "rocks.xmpp:xmpp-core-client:0.7.4" @@ -48,14 +46,11 @@ dependencies { providedRuntime "commons-fileupload:commons-fileupload:1.3.3" - testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.3" testCompile "junit:junit:${rootProject.junitVersion}" 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" } compileJava.options.encoding = 'UTF-8' |