2021-02-08 21:11:46 +08:00
|
|
|
|
|
|
|
|
description = "maxkey-authentication-captcha"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
//local jars
|
|
|
|
|
compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
|
|
2021-02-15 09:57:52 +08:00
|
|
|
compile project(":maxkey-common")
|
2021-02-08 21:11:46 +08:00
|
|
|
compile project(":maxkey-core")
|
|
|
|
|
compile project(":maxkey-persistence")
|
|
|
|
|
|
|
|
|
|
}
|