2014-07-20 12:58:36 +02:00
|
|
|
description = """\
|
|
|
|
Smack for Java7 (or higher).
|
|
|
|
This is a pseudo-artifact that pulls all the required dependencies to
|
2014-09-19 11:27:40 +02:00
|
|
|
run Smack on Java 7 (or higher) JVMs. Usually you want to add additional
|
|
|
|
dependencies to smack-tcp, smack-extensions and smack-experimental."""
|
2014-07-20 12:58:36 +02:00
|
|
|
|
|
|
|
dependencies {
|
2021-04-14 19:24:30 +02:00
|
|
|
api project(":smack-core")
|
|
|
|
api project(":smack-resolver-javax")
|
|
|
|
api project(":smack-sasl-javax")
|
2019-09-23 15:11:22 +02:00
|
|
|
implementation project(":smack-xmlparser-stax")
|
2014-07-20 12:58:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
javadoc {
|
|
|
|
enabled = false
|
|
|
|
}
|