Files
MaxKey/settings.gradle

25 lines
754 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'
//Common
include 'maxkey-client-sdk'
include 'maxkey-core'
include 'maxkey-dao'
2019-07-22 00:03:55 +08:00
include 'maxkey-authentications'
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'
//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-03-24 20:08:07 +08:00
//maxkey-mgt
2019-07-22 00:03:55 +08:00
include 'maxkey-web-manage'