mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Make smack-android/smack-java7 declare minimal dependencies
This commit is contained in:
parent
37eeb07376
commit
a2ffaeca1f
2 changed files with 9 additions and 8 deletions
|
@ -1,15 +1,11 @@
|
|||
description = """\
|
||||
Smack for Java7 (or higher).
|
||||
This is a pseudo-artifact that pulls all the required dependencies to
|
||||
run Smack on Java 7 (or higher) JVMs. You can add further dependencies
|
||||
like smack-bosh, run with a minimal subset by don't depending on
|
||||
smack-java7, but using e.g. just smack-core, smack-tcp and
|
||||
smack-resolver-javax"""
|
||||
run Smack on Java 7 (or higher) JVMs. Usually you want to add additional
|
||||
dependencies to smack-tcp, smack-extensions and smack-experimental."""
|
||||
|
||||
dependencies {
|
||||
compile project(":smack-core")
|
||||
compile project(":smack-extensions")
|
||||
compile project(":smack-tcp")
|
||||
compile project(":smack-resolver-javax")
|
||||
compile project(":smack-sasl-javax")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue