From c2f4735877781313ef0d0960ac3c0403944a495c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 2 Mar 2017 17:24:39 +0300 Subject: juick-server: protocol refactoring --- juick-core/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-core/build.gradle') diff --git a/juick-core/build.gradle b/juick-core/build.gradle index 58d8eec3..772818e4 100644 --- a/juick-core/build.gradle +++ b/juick-core/build.gradle @@ -8,6 +8,7 @@ dependencies { compile 'org.apache.commons:commons-lang3:3.5' compile 'org.apache.commons:commons-collections4:4.1' compile 'commons-io:commons-io:2.5' + compile 'org.ocpsoft.prettytime:prettytime:3.2.7.Final' testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" -- cgit v1.2.3