synchronizer-jdbc

This commit is contained in:
MaxKey
2022-10-16 17:23:34 +08:00
parent ec4a20f9a0
commit 31ebb5c85a
13 changed files with 418 additions and 19 deletions

View File

@@ -59,6 +59,7 @@ dependencies {
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
implementation project(":maxkey-synchronizers:maxkey-synchronizer-activedirectory")
implementation project(":maxkey-synchronizers:maxkey-synchronizer-feishu")
implementation project(":maxkey-synchronizers:maxkey-synchronizer-jdbc")
implementation project(":maxkey-synchronizers:maxkey-synchronizer-ldap")
implementation project(":maxkey-synchronizers:maxkey-synchronizer-workweixin")
implementation project(":maxkey-synchronizers:maxkey-synchronizer-dingtalk")