rename maxkey-webapis to maxkey-web-apis
This commit is contained in:
13
maxkey-web-apis/maxkey-web-api-scim/build.gradle
Normal file
13
maxkey-web-apis/maxkey-web-api-scim/build.gradle
Normal 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")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user