maxkey-mxapis -> maxkey-webapis

This commit is contained in:
MaxKey 2023-01-15 07:36:42 +08:00
parent c503c43a71
commit bb8fecf7d8
49 changed files with 10 additions and 10 deletions

View File

@ -46,8 +46,8 @@ def libjarsmapper=[
'maxkey-web-resources' :'lib', 'maxkey-web-resources' :'lib',
'maxkey-authentication-social' :'maxkey', 'maxkey-authentication-social' :'maxkey',
'maxkey-web-maxkey' :'maxkey', 'maxkey-web-maxkey' :'maxkey',
'maxkey-mxapi-rest' :'maxkey_mgt', 'maxkey-webapi-rest' :'maxkey_mgt',
'maxkey-mxapi-scim' :'maxkey_mgt', 'maxkey-webapi-scim' :'maxkey_mgt',
'maxkey-web-mgt' :'maxkey_mgt', 'maxkey-web-mgt' :'maxkey_mgt',
'maxkey-synchronizer' :'maxkey_mgt', 'maxkey-synchronizer' :'maxkey_mgt',
'maxkey-synchronizer-activedirectory' :'maxkey_mgt', 'maxkey-synchronizer-activedirectory' :'maxkey_mgt',

View File

@ -46,8 +46,8 @@ def libjarsmapper=[
'maxkey-web-resources' :'lib', 'maxkey-web-resources' :'lib',
'maxkey-authentication-social' :'maxkey', 'maxkey-authentication-social' :'maxkey',
'maxkey-web-maxkey' :'maxkey', 'maxkey-web-maxkey' :'maxkey',
'maxkey-mxapi-rest' :'maxkey_mgt', 'maxkey-webapi-rest' :'maxkey_mgt',
'maxkey-mxapi-scim' :'maxkey_mgt', 'maxkey-webapi-scim' :'maxkey_mgt',
'maxkey-web-mgt' :'maxkey_mgt', 'maxkey-web-mgt' :'maxkey_mgt',
'maxkey-synchronizer' :'maxkey_mgt', 'maxkey-synchronizer' :'maxkey_mgt',
'maxkey-synchronizer-activedirectory' :'maxkey_mgt', 'maxkey-synchronizer-activedirectory' :'maxkey_mgt',

View File

@ -1,4 +1,4 @@
description = "maxkey-mxapi-rest" description = "maxkey-webapi-rest"
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'eclipse-wtp' apply plugin: 'eclipse-wtp'

View File

@ -1,4 +1,4 @@
description = "maxkey-mxapi-scim" description = "maxkey-webapi-scim"
apply plugin: 'java' apply plugin: 'java'

View File

@ -18,8 +18,8 @@ dependencies {
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0") implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
//rest apis //rest apis
implementation project(":maxkey-mxapis:maxkey-mxapi-scim") implementation project(":maxkey-webapis:maxkey-webapi-scim")
implementation project(":maxkey-mxapis:maxkey-mxapi-rest") implementation project(":maxkey-webapis:maxkey-webapi-rest")
//synchronizers //synchronizers
implementation project(":maxkey-synchronizers:maxkey-synchronizer") implementation project(":maxkey-synchronizers:maxkey-synchronizer")

View File

@ -33,8 +33,8 @@ include (
'maxkey-authentications:maxkey-authentication-provider', 'maxkey-authentications:maxkey-authentication-provider',
'maxkey-authentications:maxkey-authentication-sms', 'maxkey-authentications:maxkey-authentication-sms',
//rest apis //rest apis
'maxkey-mxapis:maxkey-mxapi-scim', 'maxkey-webapis:maxkey-webapi-scim',
'maxkey-mxapis:maxkey-mxapi-rest', 'maxkey-webapis:maxkey-webapi-rest',
//synchronizers //synchronizers
'maxkey-synchronizers:maxkey-synchronizer', 'maxkey-synchronizers:maxkey-synchronizer',
'maxkey-synchronizers:maxkey-synchronizer-reorgdept', 'maxkey-synchronizers:maxkey-synchronizer-reorgdept',