aboutsummaryrefslogtreecommitdiff
path: root/juick-core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-core/build.gradle')
-rw-r--r--juick-core/build.gradle1
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}"