description = """\
SASL with javax.security.sasl
Use javax.security.sasl for SASL."""

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