gradle配置文件优化

This commit is contained in:
MaxKey
2024-09-30 19:50:15 +08:00
parent acd169f71f
commit 8de16418e4
10 changed files with 1209 additions and 1194 deletions

View File

@@ -53,10 +53,11 @@ dependencies {
implementation project(":maxkey-authentications:maxkey-authentication-core")
implementation project(":maxkey-authentications:maxkey-authentication-provider")
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
implementation project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//webapis
implementation project(":maxkey-web-apis:maxkey-web-api-scim")
implementation project(":maxkey-web-apis:maxkey-web-api-rest")
implementation project(":maxkey-web-apis:maxkey-web-api-rest")
}