mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Remove smack-core sasl configuration
bring every class of smack-core and its dependencies in scope of smack-sasl-(javax|provided).
This commit is contained in:
parent
f37682d980
commit
da7f4495dc
3 changed files with 2 additions and 16 deletions
|
@ -3,6 +3,6 @@ SASL with javax.security.sasl
|
|||
Use javax.security.sasl for SASL."""
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':smack-core', configuration: 'sasl')
|
||||
compile project(path: ':smack-core')
|
||||
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue