Files
MaxKey/settings.gradle

33 lines
895 B
Groovy
Raw Normal View History

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
include 'maxkey-core'
include 'maxkey-persistence'
2019-07-22 00:03:55 +08:00
include 'maxkey-authentications'
2020-04-12 12:09:04 +08:00
2020-06-13 09:27:20 +08:00
//identity
include 'maxkey-identitys:maxkey-identity-scim'
include 'maxkey-identitys:maxkey-identity-kafka'
include 'maxkey-identitys:maxkey-identity-rest'
2019-04-29 23:53:10 +08:00
//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'
2020-04-12 12:09:04 +08:00
2019-04-29 23:53:10 +08:00
//include 'maxkey-webs'
2020-03-24 20:08:07 +08:00
//maxkey
2019-07-22 00:03:55 +08:00
include 'maxkey-web-maxkey'
2020-04-12 12:09:04 +08:00
2020-03-24 20:08:07 +08:00
//maxkey-mgt
2019-07-22 00:03:55 +08:00
include 'maxkey-web-manage'