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
|
|
|
|
2021-02-15 09:57:52 +08:00
|
|
|
compile project(":maxkey-common")
|
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")
|
2021-02-15 10:47:29 +08:00
|
|
|
compile project(":maxkey-authentications:maxkey-authentication-core")
|
2019-04-29 23:53:10 +08:00
|
|
|
|
|
|
|
|
}
|