mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-23 19:08:09 +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")
|
|
} |