mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
15 lines
356 B
Groovy
15 lines
356 B
Groovy
|
|
description = "maxkey-protocol-formbased"
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
|
|
|
compile project(":maxkey-core")
|
|
compile project(":maxkey-dao")
|
|
compile project(":maxkey-jose-jwt")
|
|
compile project(":maxkey-client-sdk")
|
|
compile project(":maxkey-protocols:maxkey-protocol-authorize")
|
|
|
|
} |