description = """\
SASL with Smack provided code
Use Smack provided code for SASL."""

dependencies {
	compile project(path: ':smack-core')
	testCompile project(path: ":smack-core", configuration: "testRuntime")
	testCompile project(path: ":smack-core", configuration: "archives")
}