mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
10 lines
270 B
Groovy
10 lines
270 B
Groovy
description = "maxkey-persistence"
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
|
|
|
compile project(":maxkey-common")
|
|
compile project(":maxkey-core")
|
|
compile project(":maxkey-identitys:maxkey-identity-kafka")
|
|
} |