mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
Use jxmpp 0.2.0
this also changes jxmpp's group from org.jivesoftware.jxmpp to org.jxmpp
This commit is contained in:
parent
06ab0e32d7
commit
46a54bcd7d
3 changed files with 3 additions and 7 deletions
|
@ -19,7 +19,7 @@ allprojects {
|
|||
sonatypeStagingUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
|
||||
buildDate = (new java.text.SimpleDateFormat("yyyy-MM-dd")).format(new Date())
|
||||
oneLineDesc = 'An Open Source XMPP (Jabber) client library'
|
||||
jxmppVersion = "0.1.0"
|
||||
jxmppVersion = "0.2.0"
|
||||
}
|
||||
group = 'org.igniterealtime.smack'
|
||||
sourceCompatibility = 1.7
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
description = """\
|
||||
Smack core components."""
|
||||
|
||||
ext {
|
||||
jxmppVersion = "0.1.0-alpha1-SNAPSHOT"
|
||||
}
|
||||
|
||||
configurations {
|
||||
compression
|
||||
dns
|
||||
|
@ -12,7 +8,7 @@ configurations {
|
|||
|
||||
dependencies {
|
||||
compile 'xpp3:xpp3:1.1.4c'
|
||||
compile "org.igniterealtime.jxmpp:jxmpp-core:$jxmppVersion"
|
||||
compile "org.jxmpp:jxmpp-core:$jxmppVersion"
|
||||
// compile "org.igniterealtime.jxmpp:jxmpp-jid:$jxmppVersion"
|
||||
testCompile 'junit:junit:4.11'
|
||||
testCompile 'xmlunit:xmlunit:1.5'
|
||||
|
|
|
@ -6,5 +6,5 @@ javax.naming API (e.g. Android)."""
|
|||
dependencies {
|
||||
compile project(path: ':smack-core', configuration: 'dns')
|
||||
compile 'de.measite.minidns:minidns:0.1.1'
|
||||
compile "org.igniterealtime.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
||||
compile "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue