From d8c656270ef7997807fcdcc2e9f4c52047a23e18 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 19 Mar 2014 10:17:34 +0100 Subject: [PATCH] Switch jbosh to 0.8.0-SNAPSHOT --- bosh/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bosh/build.gradle b/bosh/build.gradle index 9d82f7dd2..96438d4a5 100644 --- a/bosh/build.gradle +++ b/bosh/build.gradle @@ -2,7 +2,13 @@ description = """\ Smack BOSH API. This API is considered beta quality.""" +repositories { + maven { + url 'https://oss.sonatype.org/content/repositories/snapshots' + } +} + dependencies { compile project(':core') - compile 'org.igniterealtime.jbosh:jbosh:0.7.0' + compile 'org.igniterealtime.jbosh:jbosh:0.8.0-SNAPSHOT' }