From 491f22135b985e1dfa8d2ff15ea38e59269659c1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 21 Jul 2016 13:54:35 +0300 Subject: www: Thumbnailator for comments --- juick-www/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-www/build.gradle') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 22d9672e..82dee993 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -37,6 +37,7 @@ dependencies { compile "org.springframework:spring-jdbc:4.3.1.RELEASE" compile 'org.apache.commons:commons-dbcp2:2.0' compile 'org.json:json:20151123' + compile 'net.coobird:thumbnailator:0.4.8' testCompile 'junit:junit:4.12' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' providedRuntime 'mysql:mysql-connector-java:5.1.39' -- cgit v1.2.3