aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.gradle7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index 01eafc65..9de89b7c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,13 +27,6 @@ if (isSnapshot) {
repositories {
mavenLocal()
mavenCentral()
- maven {
- url 'https://oss.sonatype.org/content/repositories/snapshots/'
- }
-}
-
-dependencies {
- compile 'org.igniterealtime.jxmpp:jxmpp-util-cache:0.1.0-alpha1-SNAPSHOT'
}
jar {