mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
Update settings.gradle
This commit is contained in:
parent
44a721452d
commit
39c6c571a4
@ -21,42 +21,42 @@
|
|||||||
rootProject.name = 'MaxKey'
|
rootProject.name = 'MaxKey'
|
||||||
|
|
||||||
include (
|
include (
|
||||||
//Common
|
//Common
|
||||||
'maxkey-common',
|
'maxkey-common',
|
||||||
'maxkey-core',
|
'maxkey-core',
|
||||||
'maxkey-persistence',
|
'maxkey-persistence',
|
||||||
//authentications
|
//authentications
|
||||||
'maxkey-authentications:maxkey-authentication-core',
|
'maxkey-authentications:maxkey-authentication-core',
|
||||||
'maxkey-authentications:maxkey-authentication-captcha',
|
'maxkey-authentications:maxkey-authentication-captcha',
|
||||||
'maxkey-authentications:maxkey-authentication-social',
|
'maxkey-authentications:maxkey-authentication-social',
|
||||||
'maxkey-authentications:maxkey-authentication-otp',
|
'maxkey-authentications:maxkey-authentication-otp',
|
||||||
//identity
|
//identity
|
||||||
'maxkey-identitys:maxkey-identity-scim',
|
'maxkey-identitys:maxkey-identity-scim',
|
||||||
'maxkey-identitys:maxkey-identity-rest',
|
'maxkey-identitys:maxkey-identity-rest',
|
||||||
'maxkey-identitys:maxkey-synchronizers',
|
'maxkey-identitys:maxkey-synchronizers',
|
||||||
'maxkey-identitys:maxkey-synchronizers-reorgdept',
|
'maxkey-identitys:maxkey-synchronizers-reorgdept',
|
||||||
'maxkey-identitys:maxkey-synchronizers-activedirectory',
|
'maxkey-identitys:maxkey-synchronizers-activedirectory',
|
||||||
'maxkey-identitys:maxkey-synchronizers-ldap',
|
'maxkey-identitys:maxkey-synchronizers-ldap',
|
||||||
'maxkey-identitys:maxkey-synchronizers-dingding',
|
'maxkey-identitys:maxkey-synchronizers-dingding',
|
||||||
'maxkey-identitys:maxkey-synchronizers-workweixin',
|
'maxkey-identitys:maxkey-synchronizers-workweixin',
|
||||||
//Protocol
|
//Protocol
|
||||||
'maxkey-protocols:maxkey-protocol-authorize',
|
'maxkey-protocols:maxkey-protocol-authorize',
|
||||||
'maxkey-protocols:maxkey-protocol-oauth-2.0',
|
'maxkey-protocols:maxkey-protocol-oauth-2.0',
|
||||||
'maxkey-protocols:maxkey-protocol-saml-2.0',
|
'maxkey-protocols:maxkey-protocol-saml-2.0',
|
||||||
'maxkey-protocols:maxkey-protocol-cas',
|
'maxkey-protocols:maxkey-protocol-cas',
|
||||||
'maxkey-protocols:maxkey-protocol-jwt',
|
'maxkey-protocols:maxkey-protocol-jwt',
|
||||||
'maxkey-protocols:maxkey-protocol-formbased',
|
'maxkey-protocols:maxkey-protocol-formbased',
|
||||||
'maxkey-protocols:maxkey-protocol-tokenbased',
|
'maxkey-protocols:maxkey-protocol-tokenbased',
|
||||||
'maxkey-protocols:maxkey-protocol-extendapi',
|
'maxkey-protocols:maxkey-protocol-extendapi',
|
||||||
//webs
|
//webs
|
||||||
//static
|
//static
|
||||||
'maxkey-webs:maxkey-web-resources',
|
'maxkey-webs:maxkey-web-resources',
|
||||||
//maxkey
|
//maxkey
|
||||||
'maxkey-webs:maxkey-web-maxkey',
|
'maxkey-webs:maxkey-web-maxkey',
|
||||||
//management(mgt)
|
//management(mgt)
|
||||||
'maxkey-webs:maxkey-web-mgt',
|
'maxkey-webs:maxkey-web-mgt',
|
||||||
//monitor
|
//monitor
|
||||||
'maxkey-webs:maxkey-boot-monitor',
|
'maxkey-webs:maxkey-boot-monitor',
|
||||||
//gataway
|
//gataway
|
||||||
'maxkey-gataway'
|
'maxkey-gataway'
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user