From 5179f9417dc3a2ad1da45c4aafa82f6f646c61e8 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Sat, 12 Nov 2016 00:36:37 +0700 Subject: configuration updated: common dependences moved to core module --- juick-ws/build.gradle | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'juick-ws') diff --git a/juick-ws/build.gradle b/juick-ws/build.gradle index 720352e3..51f8c401 100644 --- a/juick-ws/build.gradle +++ b/juick-ws/build.gradle @@ -15,23 +15,13 @@ repositories { mavenCentral() } -def slf4jVersion = '1.7.21' def springFrameworkVersion = '4.3.4.RELEASE' -def jacksonVersion = '2.8.4' dependencies { compile project(':juick-core') compile project(':deps:com.juick.xmpp') - compile 'org.slf4j:slf4j-api:${slf4jVersion}' - compile "org.springframework:spring-jdbc:${springFrameworkVersion}" compile "org.springframework:spring-webmvc:${springFrameworkVersion}" compile "org.springframework:spring-websocket:${springFrameworkVersion}" - compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" - compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}" - compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}" - compile 'javax.inject:javax.inject:1' - compile 'org.apache.httpcomponents:httpclient:4.5.2' - compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'com.mitchellbosecke:pebble-spring4:2.2.3' providedRuntime 'mysql:mysql-connector-java:5.1.40' } -- cgit v1.2.3