diff options
author | Vitaly Takmazov | 2017-03-02 15:05:21 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-03-02 15:25:41 +0300 |
commit | 74d903716950cdd543f1cc3b271c728ec5adc466 (patch) | |
tree | a8a74e270f6e97157bdc30ace727382cd3a023ec /juick-xmpp/build.gradle | |
parent | 9c5a3f684dade3477e7c20c17b5defafaba7d417 (diff) |
juick-xmpp: command last messages moved from perl
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r-- | juick-xmpp/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index ceff6064..3cfbe86f 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -14,6 +14,7 @@ dependencies { compile 'javax.inject:javax.inject:1' compile 'org.apache.httpcomponents:httpclient:4.5.3' compile 'org.apache.commons:commons-dbcp2:2.1.1' + compile 'org.ocpsoft.prettytime:prettytime:3.2.7.Final' providedRuntime 'mysql:mysql-connector-java:5.1.40' } |