mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 08:59:10 +08:00
maxkey-mxapis -> maxkey-webapis
This commit is contained in:
parent
c503c43a71
commit
bb8fecf7d8
@ -46,8 +46,8 @@ def libjarsmapper=[
|
||||
'maxkey-web-resources' :'lib',
|
||||
'maxkey-authentication-social' :'maxkey',
|
||||
'maxkey-web-maxkey' :'maxkey',
|
||||
'maxkey-mxapi-rest' :'maxkey_mgt',
|
||||
'maxkey-mxapi-scim' :'maxkey_mgt',
|
||||
'maxkey-webapi-rest' :'maxkey_mgt',
|
||||
'maxkey-webapi-scim' :'maxkey_mgt',
|
||||
'maxkey-web-mgt' :'maxkey_mgt',
|
||||
'maxkey-synchronizer' :'maxkey_mgt',
|
||||
'maxkey-synchronizer-activedirectory' :'maxkey_mgt',
|
||||
|
||||
@ -46,8 +46,8 @@ def libjarsmapper=[
|
||||
'maxkey-web-resources' :'lib',
|
||||
'maxkey-authentication-social' :'maxkey',
|
||||
'maxkey-web-maxkey' :'maxkey',
|
||||
'maxkey-mxapi-rest' :'maxkey_mgt',
|
||||
'maxkey-mxapi-scim' :'maxkey_mgt',
|
||||
'maxkey-webapi-rest' :'maxkey_mgt',
|
||||
'maxkey-webapi-scim' :'maxkey_mgt',
|
||||
'maxkey-web-mgt' :'maxkey_mgt',
|
||||
'maxkey-synchronizer' :'maxkey_mgt',
|
||||
'maxkey-synchronizer-activedirectory' :'maxkey_mgt',
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
description = "maxkey-mxapi-rest"
|
||||
description = "maxkey-webapi-rest"
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse-wtp'
|
||||
@ -1,4 +1,4 @@
|
||||
description = "maxkey-mxapi-scim"
|
||||
description = "maxkey-webapi-scim"
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
@ -18,8 +18,8 @@ dependencies {
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||
|
||||
//rest apis
|
||||
implementation project(":maxkey-mxapis:maxkey-mxapi-scim")
|
||||
implementation project(":maxkey-mxapis:maxkey-mxapi-rest")
|
||||
implementation project(":maxkey-webapis:maxkey-webapi-scim")
|
||||
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
||||
|
||||
//synchronizers
|
||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||
|
||||
@ -33,8 +33,8 @@ include (
|
||||
'maxkey-authentications:maxkey-authentication-provider',
|
||||
'maxkey-authentications:maxkey-authentication-sms',
|
||||
//rest apis
|
||||
'maxkey-mxapis:maxkey-mxapi-scim',
|
||||
'maxkey-mxapis:maxkey-mxapi-rest',
|
||||
'maxkey-webapis:maxkey-webapi-scim',
|
||||
'maxkey-webapis:maxkey-webapi-rest',
|
||||
//synchronizers
|
||||
'maxkey-synchronizers:maxkey-synchronizer',
|
||||
'maxkey-synchronizers:maxkey-synchronizer-reorgdept',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user