diff options
author | Vitaly Takmazov | 2017-03-02 17:24:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-03-02 17:24:39 +0300 |
commit | c2f4735877781313ef0d0960ac3c0403944a495c (patch) | |
tree | 6faf327903145713c9b91dc8b07f61fbf52430c1 /juick-core/build.gradle | |
parent | 434ea38eeb489f5c095ce55a16ef6dcca9489335 (diff) |
juick-server: protocol refactoring
Diffstat (limited to 'juick-core/build.gradle')
-rw-r--r-- | juick-core/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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}" |