|
@@ -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")
|