From 17c5e5dc01481be06f799c9c3918e3d7516c38b6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 6 Mar 2019 23:56:45 +0300 Subject: Update Babbler to new release Goodbye, Sonatype snapshots --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 3f267087..a5dded2c 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,6 @@ repositories { jcenter() maven { url "https://jitpack.io" } maven { url "https://repository.apache.org/content/repositories/snapshots/" } - maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } apply plugin: 'io.spring.dependency-management' dependencyManagement { @@ -148,8 +147,8 @@ dependencies { compile 'org.imgscalr:imgscalr-lib:4.2' compile 'org.twitter4j:twitter4j-core:4.0.7' - compile 'rocks.xmpp:xmpp-core-client:0.8.1-SNAPSHOT' - compile 'rocks.xmpp:xmpp-extensions-client:0.8.1-SNAPSHOT' + compile 'rocks.xmpp:xmpp-core-client:0.8.1' + compile 'rocks.xmpp:xmpp-extensions-client:0.8.1' compile "javax.inject:javax.inject:1" -- cgit v1.2.3