diff options
author | Vitaly Takmazov | 2019-03-06 23:56:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-06 23:56:45 +0300 |
commit | 17c5e5dc01481be06f799c9c3918e3d7516c38b6 (patch) | |
tree | ff4966ddea23d03272d2f7598619e1705dd6b178 /build.gradle | |
parent | e7873d0707b9057f63bac5540df8577c96921e3b (diff) |
Update Babbler to new release
Goodbye, Sonatype snapshots
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 2 insertions, 3 deletions
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" |