aboutsummaryrefslogtreecommitdiff
path: root/juick-core/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-09-15 03:19:29 +0300
committerGravatar Vitaly Takmazov2017-09-15 03:25:35 +0300
commit763e71486aa51900de47a20fbbe2c5b0bf6193c5 (patch)
tree5228aa01025365df84e0564240abb6adfb0f55be /juick-core/build.gradle
parent49daea46cd6a56680a316996f37f9e1036d4f727 (diff)
core: fix tags deserialization
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 c145a504..27fe03ba 100644
--- a/juick-core/build.gradle
+++ b/juick-core/build.gradle
@@ -13,6 +13,7 @@ dependencies {
testCompile "com.fasterxml.jackson.core:jackson-databind:${rootProject.jacksonVersion}"
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"
+ testCompile "rocks.xmpp:xmpp-core-client:0.7.4"
}
compileJava.options.encoding = 'UTF-8'