build.gradle 317 字节
Newer Older
MaxKey单点登录官方's avatar
init  
MaxKey单点登录官方 已提交
1 2 3 4 5 6

description = "maxkey-protocol-tokenbased"


dependencies {
	//local jars
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
7
	compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
MaxKey单点登录官方's avatar
init  
MaxKey单点登录官方 已提交
8 9 10 11 12 13 14
	
	compile project(":maxkey-core")
	compile project(":maxkey-dao")
   	compile project(":maxkey-client-sdk")
   	compile project(":maxkey-protocols:maxkey-protocol-authorize")
   
}