mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
14 lines
349 B
Groovy
14 lines
349 B
Groovy
|
|
description = "maxkey-authentication-core"
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
compile project(":maxkey-core")
|
|
compile project(":maxkey-persistence")
|
|
compile project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
|
compile project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
|
|
|
} |