Files
MaxKey/maxkey-authentications/maxkey-authentication-provider/build.gradle

16 lines
515 B
Groovy
Raw Normal View History

2022-08-03 21:46:22 +08:00
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")
2023-01-03 15:08:07 +08:00
implementation project(":maxkey-authentications:maxkey-authentication-sms")
2022-08-03 21:46:22 +08:00
}