maxkey-persistence
maxkey-dao rename maxkey-persistence
This commit is contained in:
9
maxkey-persistence/build.gradle
Normal file
9
maxkey-persistence/build.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
description = "maxkey-persistence"
|
||||
|
||||
dependencies {
|
||||
//local jars
|
||||
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
||||
|
||||
compile project(":maxkey-core")
|
||||
compile project(":maxkey-identitys:maxkey-identity-kafka")
|
||||
}
|
||||
Reference in New Issue
Block a user