aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
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"