2014-03-08 11:47:40 +01:00
|
|
|
description = """\
|
|
|
|
Smack experimental extensions.
|
|
|
|
Classes and methods for XEPs that are in status 'experimental' or that should
|
|
|
|
otherwise carefully considered for deployment. The API may change even
|
|
|
|
between patch versions."""
|
|
|
|
|
|
|
|
dependencies {
|
2014-04-28 19:27:53 +02:00
|
|
|
compile project(':smack-core')
|
|
|
|
compile project(':smack-extensions')
|
2016-02-10 12:39:18 +01:00
|
|
|
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
|
|
|
testCompile project(path: ":smack-core", configuration: "archives")
|
2017-02-24 19:32:46 +01:00
|
|
|
testCompile project(path: ":smack-extensions", configuration: "testRuntime")
|
2017-05-30 18:20:13 +02:00
|
|
|
|
|
|
|
compile "org.bouncycastle:bcprov-jdk15on:1.57"
|
2014-03-08 11:47:40 +01:00
|
|
|
}
|