From 0a44491962ec38233b585f3687dc88f23ddae19a Mon Sep 17 00:00:00 2001 From: shimingxy Date: Tue, 5 Aug 2025 10:16:58 +0800 Subject: [PATCH] =?UTF-8?q?#248=20=20=E6=9C=80=E6=96=B0=E9=95=9C=E5=83=8F?= =?UTF-8?q?=20=E5=90=AF=E5=8A=A8=E7=99=BB=E9=99=86=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxkey-webs/maxkey-web-maxkey/build.gradle | 1 + settings.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/maxkey-webs/maxkey-web-maxkey/build.gradle b/maxkey-webs/maxkey-web-maxkey/build.gradle index 3f9898e34..02bfa754e 100644 --- a/maxkey-webs/maxkey-web-maxkey/build.gradle +++ b/maxkey-webs/maxkey-web-maxkey/build.gradle @@ -40,6 +40,7 @@ dependencies { implementation project(":maxkey-commons:maxkey-common") implementation project(":maxkey-commons:maxkey-core") implementation project(":maxkey-commons:maxkey-crypto") + implementation project(":maxkey-commons:maxkey-ldap") implementation project(":maxkey-entity") implementation project(":maxkey-persistence") diff --git a/settings.gradle b/settings.gradle index bfbe243c0..806894aa2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -67,11 +67,11 @@ include ('maxkey-protocols:maxkey-protocol-saml-2.0') include ('maxkey-protocols:maxkey-protocol-tokenbased') //webs -//gataway -include ('maxkey-webs:maxkey-gataway') //maxkey(sign) include ('maxkey-webs:maxkey-web-maxkey') //management(mgt) include ('maxkey-webs:maxkey-web-mgt') //openapi(open) include ('maxkey-webs:maxkey-web-openapi') +//gataway +include ('maxkey-webs:maxkey-gataway')