2019-04-29 23:53:10 +08:00
|
|
|
|
|
|
|
|
description = "maxkey-protocol-tokenbased"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
//local jars
|
2019-05-25 23:39:07 +08:00
|
|
|
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
2019-04-29 23:53:10 +08:00
|
|
|
|
|
|
|
|
compile project(":maxkey-core")
|
2020-06-27 11:21:44 +08:00
|
|
|
compile project(":maxkey-persistence")
|
2019-04-29 23:53:10 +08:00
|
|
|
compile project(":maxkey-protocols:maxkey-protocol-authorize")
|
|
|
|
|
|
|
|
|
|
}
|