diff options
author | KillyMXI | 2017-06-20 01:50:33 +0300 |
---|---|---|
committer | KillyMXI | 2017-06-20 01:50:33 +0300 |
commit | 9943851e037f907623cd879dab2f0e8b31f260cf (patch) | |
tree | ad479d52100caeed458bd3d626d8432d2eb2e31e /juick-www/build.gradle | |
parent | f3312679fa538122cd81e0e9a0a251ebb296b80e (diff) |
All the image processing is moved to ImageUtils class.
Small images keep their size and do not stretch to 512/1024px.
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index ab0480f4..55a15a83 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -20,7 +20,6 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server') compile 'com.github.scribejava:scribejava-apis:4.1.1' - compile 'org.imgscalr:imgscalr-lib:4.2' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'com.sun.mail:javax.mail:1.5.6' compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" |