mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
11 lines
286 B
Groovy
11 lines
286 B
Groovy
description = "maxkey-protocol-oauth-2.0"
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
|
|
|
compile project(":maxkey-core")
|
|
compile project(":maxkey-persistence")
|
|
compile project(":maxkey-protocols:maxkey-protocol-authorize")
|
|
|
|
} |