2021-07-31 19:42:31 +08:00
|
|
|
description = "maxkey-web-mgt"
|
2019-04-29 23:53:10 +08:00
|
|
|
|
2021-11-21 18:50:41 +08:00
|
|
|
//add support for Java
|
|
|
|
|
apply plugin: 'java'
|
2020-12-22 07:46:56 +08:00
|
|
|
|
2019-04-29 23:53:10 +08:00
|
|
|
dependencies {
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-common")
|
|
|
|
|
implementation project(":maxkey-core")
|
|
|
|
|
implementation project(":maxkey-persistence")
|
2021-03-07 22:53:16 +08:00
|
|
|
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
|
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
|
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
2022-08-03 21:46:22 +08:00
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
2021-03-07 22:53:16 +08:00
|
|
|
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
|
|
|
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
2021-05-09 11:20:28 +08:00
|
|
|
|
|
|
|
|
//identity
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-identitys:maxkey-identity-scim")
|
2022-01-23 08:12:25 +08:00
|
|
|
implementation project(":maxkey-identitys:maxkey-identity-rest")
|
|
|
|
|
|
|
|
|
|
//synchronizers
|
|
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
|
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-activedirectory")
|
2022-01-23 14:13:49 +08:00
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-feishu")
|
2022-01-23 08:12:25 +08:00
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-ldap")
|
|
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-workweixin")
|
|
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-dingtalk")
|
2021-07-31 19:42:31 +08:00
|
|
|
|
2021-03-07 22:53:16 +08:00
|
|
|
}
|