mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
14 lines
317 B
Groovy
14 lines
317 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")
|
|
|
|
} |