diff options
author | Vitaly Takmazov | 2016-09-05 01:35:19 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-05 01:46:49 +0300 |
commit | cfd873f5c5e52eb89b7985555afdb1a180e71620 (patch) | |
tree | 79a8dead3e255215c929fa06172adf42ea8a7254 /juick-www/build.gradle | |
parent | 7523a0a69ebe45afc98394f52ce14ac530ca9b18 (diff) |
avatar uploading
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index bebfaddc..908b8d2f 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -32,6 +32,7 @@ dependencies { compile 'com.github.scribejava:scribejava-apis:3.1.0' compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-lang3:3.4' + compile 'commons-io:commons-io:2.5' compile "org.springframework:spring-jdbc:4.3.2.RELEASE" compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'net.coobird:thumbnailator:0.4.8' |