Files
MaxKey/maxkey-authentications/maxkey-authentication-sms/build.gradle
2023-01-03 15:08:07 +08:00

14 lines
355 B
Groovy

description = "maxkey-authentication-sms"
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-otp")
}