mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 08:59:10 +08:00
39 lines
1.1 KiB
Groovy
39 lines
1.1 KiB
Groovy
/*
|
|
* in the user guide at https://docs.gradle.org
|
|
*/
|
|
rootProject.name = 'MaxKey'
|
|
|
|
//Common
|
|
include 'maxkey-common'
|
|
include 'maxkey-core'
|
|
include 'maxkey-persistence'
|
|
//include 'maxkey-authentications'
|
|
include 'maxkey-authentications:maxkey-authentication-core'
|
|
include 'maxkey-authentications:maxkey-authentication-captcha'
|
|
include 'maxkey-authentications:maxkey-authentication-social'
|
|
include 'maxkey-authentications:maxkey-authentication-otp'
|
|
|
|
//identity
|
|
include 'maxkey-identitys:maxkey-identity-scim'
|
|
include 'maxkey-identitys:maxkey-identity-rest'
|
|
include 'maxkey-identitys:maxkey-synchronizers'
|
|
|
|
//Protocol
|
|
//include 'maxkey-protocols'
|
|
include 'maxkey-protocols:maxkey-protocol-authorize'
|
|
include 'maxkey-protocols:maxkey-protocol-oauth-2.0'
|
|
include 'maxkey-protocols:maxkey-protocol-saml-2.0'
|
|
include 'maxkey-protocols:maxkey-protocol-cas'
|
|
include 'maxkey-protocols:maxkey-protocol-jwt'
|
|
include 'maxkey-protocols:maxkey-protocol-formbased'
|
|
include 'maxkey-protocols:maxkey-protocol-tokenbased'
|
|
include 'maxkey-protocols:maxkey-protocol-extendapi'
|
|
|
|
|
|
//include 'maxkey-webs'
|
|
//maxkey
|
|
include 'maxkey-web-maxkey'
|
|
|
|
//maxkey-mgt
|
|
include 'maxkey-web-manage'
|