2019-04-29 23:53:10 +08:00
|
|
|
/*
|
|
|
|
|
* in the user guide at https://docs.gradle.org
|
|
|
|
|
*/
|
|
|
|
|
rootProject.name = 'MaxKey'
|
2020-04-12 12:09:04 +08:00
|
|
|
|
2019-04-29 23:53:10 +08:00
|
|
|
//Common
|
2021-02-15 09:57:52 +08:00
|
|
|
include 'maxkey-common'
|
2019-04-29 23:53:10 +08:00
|
|
|
include 'maxkey-core'
|
2020-06-27 11:21:44 +08:00
|
|
|
include 'maxkey-persistence'
|
2021-07-31 20:36:31 +08:00
|
|
|
|
2021-02-08 21:11:46 +08:00
|
|
|
//include 'maxkey-authentications'
|
|
|
|
|
include 'maxkey-authentications:maxkey-authentication-core'
|
|
|
|
|
include 'maxkey-authentications:maxkey-authentication-captcha'
|
|
|
|
|
include 'maxkey-authentications:maxkey-authentication-social'
|
2021-02-15 09:57:52 +08:00
|
|
|
include 'maxkey-authentications:maxkey-authentication-otp'
|
2020-04-12 12:09:04 +08:00
|
|
|
|
2020-06-13 09:27:20 +08:00
|
|
|
//identity
|
|
|
|
|
include 'maxkey-identitys:maxkey-identity-scim'
|
2020-06-25 10:13:00 +08:00
|
|
|
include 'maxkey-identitys:maxkey-identity-rest'
|
2021-05-09 11:20:28 +08:00
|
|
|
include 'maxkey-identitys:maxkey-synchronizers'
|
2021-07-31 19:42:31 +08:00
|
|
|
include 'maxkey-identitys:maxkey-synchronizers-activedirectory'
|
|
|
|
|
include 'maxkey-identitys:maxkey-synchronizers-ldap'
|
|
|
|
|
include 'maxkey-identitys:maxkey-synchronizers-dingding'
|
|
|
|
|
include 'maxkey-identitys:maxkey-synchronizers-workweixin'
|
2020-06-14 13:05:49 +08:00
|
|
|
|
2019-04-29 23:53:10 +08:00
|
|
|
//Protocol
|
|
|
|
|
//include 'maxkey-protocols'
|
2020-11-22 23:19:51 +08:00
|
|
|
include 'maxkey-protocols:maxkey-protocol-authorize'
|
2019-04-29 23:53:10 +08:00
|
|
|
include 'maxkey-protocols:maxkey-protocol-oauth-2.0'
|
|
|
|
|
include 'maxkey-protocols:maxkey-protocol-saml-2.0'
|
2020-11-22 23:19:51 +08:00
|
|
|
include 'maxkey-protocols:maxkey-protocol-cas'
|
|
|
|
|
include 'maxkey-protocols:maxkey-protocol-jwt'
|
2019-04-29 23:53:10 +08:00
|
|
|
include 'maxkey-protocols:maxkey-protocol-formbased'
|
|
|
|
|
include 'maxkey-protocols:maxkey-protocol-tokenbased'
|
2020-11-22 23:19:51 +08:00
|
|
|
include 'maxkey-protocols:maxkey-protocol-extendapi'
|
2021-03-24 08:16:00 +08:00
|
|
|
|
2020-04-12 12:09:04 +08:00
|
|
|
|
2019-04-29 23:53:10 +08:00
|
|
|
//include 'maxkey-webs'
|
2021-07-31 20:36:31 +08:00
|
|
|
//static
|
2021-08-06 07:22:24 +08:00
|
|
|
include 'maxkey-webs:maxkey-web-resources'
|
2020-03-24 20:08:07 +08:00
|
|
|
//maxkey
|
2021-07-31 20:36:31 +08:00
|
|
|
include 'maxkey-webs:maxkey-web-maxkey'
|
|
|
|
|
//maxkey-mgt management
|
|
|
|
|
include 'maxkey-webs:maxkey-web-mgt'
|
2021-08-20 09:11:13 +08:00
|
|
|
//maxkey-boot-monitor
|
|
|
|
|
include 'maxkey-webs:maxkey-boot-monitor'
|
2021-09-22 11:57:12 +08:00
|
|
|
//maxkey-gataway
|
|
|
|
|
include 'maxkey-gataway'
|