2023-02-02 15:51:48 +08:00
|
|
|
description = "maxkey-web-api-scim"
|
2020-06-13 09:27:20 +08:00
|
|
|
|
|
|
|
|
apply plugin: 'java'
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
//local jars
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
2020-06-13 09:27:20 +08:00
|
|
|
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-common")
|
|
|
|
|
implementation project(":maxkey-core")
|
|
|
|
|
implementation project(":maxkey-persistence")
|
2020-06-13 09:27:20 +08:00
|
|
|
|
|
|
|
|
}
|