description = "maxkey-protocol-tokenbased"


dependencies {
	//local jars
	compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
	
	compile project(":maxkey-core")
	compile project(":maxkey-dao")
   	compile project(":maxkey-client-sdk")
   	compile project(":maxkey-protocols:maxkey-protocol-authorize")
   
}