aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-07-21 13:54:35 +0300
committerGravatar Vitaly Takmazov2016-07-21 13:54:35 +0300
commit491f22135b985e1dfa8d2ff15ea38e59269659c1 (patch)
tree58164f5a1243c81650e64a5b42b4542965df3030 /juick-www/build.gradle
parentc19397fb6d4635120a1a8cdaef6d66f0b36e3c4b (diff)
www: Thumbnailator for comments
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle1
1 files changed, 1 insertions, 0 deletions
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'