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-www/build.gradle | 5 ----- 1 file changed, 5 deletions(-) (limited to 'juick-www') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index c8d1f10e..36eae244 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -32,17 +32,12 @@ dependencies { compile project(':juick-core') compile project(':deps:com.juick.xmpp') compile 'com.github.scribejava:scribejava-apis:3.2.0' - compile 'org.apache.httpcomponents:httpclient:4.5.2' - compile 'org.apache.commons:commons-lang3:3.5' compile 'commons-io:commons-io:2.5' - compile "org.springframework:spring-jdbc:4.3.4.RELEASE" - compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'net.jodah:failsafe:0.9.5' compile 'com.mitchellbosecke:pebble:2.2.3' compile 'com.sun.mail:javax.mail:1.5.6' - compile 'org.slf4j:slf4j-api:${slf4jVersion}' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' } -- cgit v1.2.3