mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
33 lines
895 B
Groovy
33 lines
895 B
Groovy
/*
|
|
* in the user guide at https://docs.gradle.org
|
|
*/
|
|
rootProject.name = 'MaxKey'
|
|
|
|
//Common
|
|
include 'maxkey-core'
|
|
include 'maxkey-persistence'
|
|
include 'maxkey-authentications'
|
|
|
|
//identity
|
|
include 'maxkey-identitys:maxkey-identity-scim'
|
|
include 'maxkey-identitys:maxkey-identity-kafka'
|
|
include 'maxkey-identitys:maxkey-identity-rest'
|
|
|
|
//Protocol
|
|
//include 'maxkey-protocols'
|
|
include 'maxkey-protocols:maxkey-protocol-oauth-2.0'
|
|
include 'maxkey-protocols:maxkey-protocol-saml-2.0'
|
|
include 'maxkey-protocols:maxkey-protocol-authorize'
|
|
include 'maxkey-protocols:maxkey-protocol-desktop'
|
|
include 'maxkey-protocols:maxkey-protocol-extendapi'
|
|
include 'maxkey-protocols:maxkey-protocol-formbased'
|
|
include 'maxkey-protocols:maxkey-protocol-tokenbased'
|
|
include 'maxkey-protocols:maxkey-protocol-cas'
|
|
|
|
//include 'maxkey-webs'
|
|
//maxkey
|
|
include 'maxkey-web-maxkey'
|
|
|
|
//maxkey-mgt
|
|
include 'maxkey-web-manage'
|