aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-12 00:36:37 +0700
committerGravatar Vitaly Takmazov2016-11-12 11:14:48 +0300
commit5179f9417dc3a2ad1da45c4aafa82f6f646c61e8 (patch)
tree77628ee3544ada9c3259a51dad398fcbd6220a39 /juick-www
parent5a9bfa524dcd27f357a8838acb7f150660061ae6 (diff)
configuration updated: common dependences moved to core module
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/build.gradle5
1 files changed, 0 insertions, 5 deletions
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'
}