build config

This commit is contained in:
MaxKey
2023-01-26 20:36:58 +08:00
parent 70d4d31b1a
commit 46f42c6d29
7 changed files with 13 additions and 10 deletions

View File

@@ -51,9 +51,9 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//identity
implementation project(":maxkey-identitys:maxkey-identity-scim")
implementation project(":maxkey-identitys:maxkey-identity-rest")
//webapis
implementation project(":maxkey-webapis:maxkey-webapi-scim")
implementation project(":maxkey-webapis:maxkey-webapi-rest")
//synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer")