Browse Source

#248 最新镜像 启动登陆异常

shimingxy 4 months ago
parent
commit
0a44491962
2 changed files with 3 additions and 2 deletions
  1. 1 0
      maxkey-webs/maxkey-web-maxkey/build.gradle
  2. 2 2
      settings.gradle

+ 1 - 0
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")

+ 2 - 2
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')