build.gradle 515 字节
Newer Older
M
MaxKey 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13

description = "maxkey-authentication-provider"


dependencies {
	//local jars
	implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
	
	implementation project(":maxkey-common")
	implementation project(":maxkey-core")
	implementation project(":maxkey-persistence")
	implementation project(":maxkey-authentications:maxkey-authentication-core")
	implementation project(":maxkey-authentications:maxkey-authentication-otp")
M
MaxKey 已提交
14
	implementation project(":maxkey-authentications:maxkey-authentication-sms")
M
MaxKey 已提交
15 16
   
}