2021-02-15 10:47:29 +08:00

15 lines
391 B
Groovy

description = "maxkey-protocol-formbased"
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-protocols:maxkey-protocol-authorize")
compile project(":maxkey-authentications:maxkey-authentication-core")
}