forked from dromara/MaxKey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
32 lines (27 loc) · 895 Bytes
/
settings.gradle
File metadata and controls
32 lines (27 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
* 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'