gradle build

gradle build
This commit is contained in:
shimingxy
2019-11-10 12:38:42 +08:00
parent c07aea5788
commit ba66c919f0
48 changed files with 1416 additions and 59 deletions

View File

@@ -7,6 +7,7 @@ dependencies {
compile project(":maxkey-core")
compile project(":maxkey-dao")
compile project(":maxkey-jose-jwt")
compile project(":maxkey-client-sdk")
compile project(":maxkey-protocols:maxkey-protocol-authorize")
}