Files
MaxKey/maxkey-protocols/maxkey-protocol-jwt/build.gradle

13 lines
276 B
Groovy
Raw Normal View History

2020-11-22 23:19:51 +08:00
description = "maxkey-protocol-jwt"
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")
}