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-xmpp-ft/build.gradle | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'juick-xmpp-ft/build.gradle') diff --git a/juick-xmpp-ft/build.gradle b/juick-xmpp-ft/build.gradle index dd230a4b..2950d081 100644 --- a/juick-xmpp-ft/build.gradle +++ b/juick-xmpp-ft/build.gradle @@ -9,24 +9,14 @@ repositories { } def springFrameworkVersion = '4.3.4.RELEASE' -def jacksonVersion = '2.8.4' -def slf4jVersion = '1.7.21' dependencies { compile project(':juick-core') - compile "org.slf4j:slf4j-api:${slf4jVersion}" compile "org.springframework:spring-webmvc:${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 'commons-io:commons-io:2.5' - 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' compile 'org.bitbucket.sco0ter.babbler:xmpp-core-client:279e488e51' compile 'org.bitbucket.sco0ter.babbler:xmpp-extensions-client:279e488e51' - providedRuntime 'mysql:mysql-connector-java:5.1.39' + providedRuntime 'mysql:mysql-connector-java:5.1.40' } compileJava.options.encoding = 'UTF-8' @@ -37,3 +27,7 @@ gretty { servletContainer = 'tomcat8' } +configurations { + all*.exclude module: 'commons-logging' +} + -- cgit v1.2.3