|
@@ -11,6 +11,7 @@ dependencies {
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-captcha")
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-otp")
|
|
|
+ implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
|
|
|
|
|
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
|
|
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
|
@@ -26,6 +27,4 @@ dependencies {
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-ldap")
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-workweixin")
|
|
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer-dingtalk")
|
|
|
-
|
|
|
- implementation project(":maxkey-webs:maxkey-web-resources")
|
|
|
}
|