From 9943851e037f907623cd879dab2f0e8b31f260cf Mon Sep 17 00:00:00 2001 From: KillyMXI Date: Tue, 20 Jun 2017 01:50:33 +0300 Subject: All the image processing is moved to ImageUtils class. Small images keep their size and do not stretch to 512/1024px. --- juick-www/build.gradle | 1 - 1 file changed, 1 deletion(-) (limited to 'juick-www/build.gradle') 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}" -- cgit v1.2.3