Files
MaxKey/maxkey-identitys/maxkey-synchronizers-reorgdept/build.gradle
Crystal.Sea 625c2e4336 OrganizationsCast
机构映射关系
机构namepath重组
登录错误提示信息优化
界面元素优化
HttpRequestAdapter支持JSON
2021-10-31 08:25:59 +08:00

14 lines
369 B
Groovy

description = "maxkey-synchronizers-reorgdept"
apply plugin: 'java'
dependencies {
//local jars
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
implementation project(":maxkey-common")
implementation project(":maxkey-core")
implementation project(":maxkey-persistence")
implementation project(":maxkey-identitys:maxkey-synchronizers")
}