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

15 lines
385 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')
2021-02-15 09:57:52 +08:00
compile project(":maxkey-common")
2020-11-22 23:19:51 +08:00
compile project(":maxkey-core")
compile project(":maxkey-persistence")
compile project(":maxkey-protocols:maxkey-protocol-authorize")
2021-02-15 10:47:29 +08:00
compile project(":maxkey-authentications:maxkey-authentication-core")
2020-11-22 23:19:51 +08:00
}