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

15 lines
427 B
Groovy
Raw Normal View History

2020-11-22 23:19:51 +08:00
description = "maxkey-protocol-jwt"
dependencies {
//local jars
2021-04-17 09:44:10 +08:00
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
2020-11-22 23:19:51 +08:00
2021-04-17 09:44:10 +08:00
implementation project(":maxkey-common")
implementation project(":maxkey-core")
implementation project(":maxkey-persistence")
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
implementation project(":maxkey-authentications:maxkey-authentication-core")
2020-11-22 23:19:51 +08:00
}