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-api/build.gradle | 1 - 1 file changed, 1 deletion(-) (limited to 'juick-api/build.gradle') diff --git a/juick-api/build.gradle b/juick-api/build.gradle index d2e52eaf..a1440240 100644 --- a/juick-api/build.gradle +++ b/juick-api/build.gradle @@ -15,7 +15,6 @@ dependencies { compile "org.springframework:spring-websocket:${rootProject.springFrameworkVersion}" compile 'com.github.pengrad:java-telegram-bot-api:3.0.1' - compile 'org.imgscalr:imgscalr-lib:4.2' providedRuntime 'mysql:mysql-connector-java:5.1.40' testCompile project(path: ':juick-server', configuration: 'testArtifacts') -- cgit v1.2.3