diff options
author | Vitaly Takmazov | 2016-11-11 11:48:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-11 11:48:40 +0300 |
commit | 48c1dd8e27ccca932f482766e0747dd3a61b1e98 (patch) | |
tree | 13197ccd1a3b7551e3de1c14110f43610d8c0bab /juick-xmpp/build.gradle | |
parent | 3d977963dfe55c0f14720da8c671f77bf210229d (diff) |
xmpp: reconnect ConnectionRouter using failsafe library
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 fdd748e8..c072bd00 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -22,6 +22,7 @@ dependencies { compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'com.mitchellbosecke:pebble-spring4:2.2.3' + compile 'net.jodah:failsafe:0.9.5' providedRuntime 'mysql:mysql-connector-java:5.1.39' } |