mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
SAML 2.0 optimization,support 阿里云、腾讯云 SSO maxkey-mgt main report APPS ExtraAttr fix ui bugs remove maxkey-jose-jwt dep com.nimbusds nimbus-jose-jwt dep net.jcip jcip-annotations dep net.minidev json-smart dep net.minidev asm
14 lines
317 B
Groovy
14 lines
317 B
Groovy
|
|
description = "maxkey-protocol-tokenbased"
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
|
|
|
compile project(":maxkey-core")
|
|
compile project(":maxkey-dao")
|
|
compile project(":maxkey-client-sdk")
|
|
compile project(":maxkey-protocols:maxkey-protocol-authorize")
|
|
|
|
} |