mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
Use fixed versions instead of dynamic dependencies
This commit is contained in:
parent
c7db63612c
commit
445d175a2e
1 changed files with 4 additions and 4 deletions
|
@ -14,11 +14,11 @@ dependencies {
|
||||||
compile 'xpp3:xpp3:1.1.4c'
|
compile 'xpp3:xpp3:1.1.4c'
|
||||||
compile "org.igniterealtime.jxmpp:jxmpp-core:$jxmppVersion"
|
compile "org.igniterealtime.jxmpp:jxmpp-core:$jxmppVersion"
|
||||||
// compile "org.igniterealtime.jxmpp:jxmpp-jid:$jxmppVersion"
|
// compile "org.igniterealtime.jxmpp:jxmpp-jid:$jxmppVersion"
|
||||||
testCompile 'junit:junit:4.+'
|
testCompile 'junit:junit:4.11'
|
||||||
testCompile 'xmlunit:xmlunit:1.5'
|
testCompile 'xmlunit:xmlunit:1.5'
|
||||||
testCompile 'org.powermock:powermock-module-junit4:1.5.+'
|
testCompile 'org.powermock:powermock-module-junit4:1.5.5'
|
||||||
testCompile 'org.powermock:powermock-api-mockito:1.5.+'
|
testCompile 'org.powermock:powermock-api-mockito:1.5.5'
|
||||||
testCompile 'com.jamesmurty.utils:java-xmlbuilder:0.6+'
|
testCompile 'com.jamesmurty.utils:java-xmlbuilder:0.6'
|
||||||
}
|
}
|
||||||
|
|
||||||
task compressionJar(type: Jar) {
|
task compressionJar(type: Jar) {
|
||||||
|
|
Loading…
Reference in a new issue