rename maxkey-webapis to maxkey-web-apis

This commit is contained in:
MaxKey
2023-02-02 15:51:48 +08:00
parent 6caa5a02f4
commit ac61b133c5
53 changed files with 18 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
description = "maxkey-web-api-scim"
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")
}