From b75b5a3d1a3bf001923d49923dcebee95ba2327e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 29 Jun 2017 17:09:49 +0300 Subject: notifications and configurations refactoring --- juick-server-web/build.gradle | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'juick-server-web/build.gradle') 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' -- cgit v1.2.3