diff options
Diffstat (limited to 'juick-core/build.gradle')
-rw-r--r-- | juick-core/build.gradle | 1 |
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' |