From 763e71486aa51900de47a20fbbe2c5b0bf6193c5 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 15 Sep 2017 03:19:29 +0300 Subject: core: fix tags deserialization --- juick-core/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-core/build.gradle') 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' -- cgit v1.2.3