浏览代码

Update build.gradle

shimingxy 4 年之前
父节点
当前提交
db92412a0e
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      maxkey-web-maxkey/build.gradle

+ 3 - 4
maxkey-web-maxkey/build.gradle

@@ -1,4 +1,3 @@
-
 description = "maxkey-web-maxkey"
 
 // Apply the java plugin to add support for Java
@@ -31,9 +30,9 @@ dependencies {
 	compile project(":maxkey-protocols:maxkey-protocol-tokenbased")
    	compile project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
    	compile project(":maxkey-protocols:maxkey-protocol-saml-2.0")
-  
-   	
-   
+	
+	compile project(":maxkey-identitys:maxkey-identity-kafka")
+	
 }
 
 //For Eclipse IDE only