Files
MaxKey/maxkey-authentications/maxkey-authentication-core/build.gradle
2021-02-20 22:00:19 +08:00

14 lines
324 B
Groovy

description = "maxkey-authentication-core"
dependencies {
//local jars
compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
compile project(":maxkey-common")
compile project(":maxkey-core")
compile project(":maxkey-persistence")
compile project(":maxkey-authentications:maxkey-authentication-otp")
}