1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59: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:
Florian Schmaus 2014-08-12 21:54:22 +02:00
parent f37682d980
commit da7f4495dc
3 changed files with 2 additions and 16 deletions

View file

@ -3,6 +3,6 @@ SASL with Smack provided code
Use Smack provided code for SASL."""
dependencies {
compile project(path: ':smack-core', configuration: 'sasl')
compile project(path: ':smack-core')
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
}