mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
rename maxkey-webapis to maxkey-web-apis
This commit is contained in:
parent
6caa5a02f4
commit
ac61b133c5
@ -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-webapi-rest' :'maxkey_mgt',
|
'maxkey-web-api-rest' :'maxkey_mgt',
|
||||||
'maxkey-webapi-scim' :'maxkey_mgt',
|
'maxkey-web-api-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',
|
||||||
|
|||||||
@ -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-webapi-rest' :'maxkey_mgt',
|
'maxkey-web-api-rest' :'maxkey_mgt',
|
||||||
'maxkey-webapi-scim' :'maxkey_mgt',
|
'maxkey-web-api-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',
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#/*
|
#/*
|
||||||
# * Copyright [2022] [MaxKey of copyright http://www.maxkey.top]
|
# * Copyright [2023] [MaxKey of copyright http://www.maxkey.top]
|
||||||
# *
|
# *
|
||||||
# * Licensed under the Apache License, Version 2.0 (the "License");
|
# * Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# * you may not use this file except in compliance with the License.
|
# * you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
description = "maxkey-webapi-rest"
|
description = "maxkey-web-api-rest"
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'eclipse-wtp'
|
apply plugin: 'eclipse-wtp'
|
||||||
@ -1,4 +1,4 @@
|
|||||||
description = "maxkey-webapi-scim"
|
description = "maxkey-web-api-scim"
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
|
||||||
@ -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-webapis:maxkey-webapi-scim")
|
implementation project(":maxkey-web-apis:maxkey-web-api-scim")
|
||||||
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
implementation project(":maxkey-web-apis:maxkey-web-api-rest")
|
||||||
|
|
||||||
//synchronizers
|
//synchronizers
|
||||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||||
|
|||||||
@ -53,8 +53,8 @@ dependencies {
|
|||||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||||
|
|
||||||
//webapis
|
//webapis
|
||||||
implementation project(":maxkey-webapis:maxkey-webapi-scim")
|
implementation project(":maxkey-web-apis:maxkey-web-api-scim")
|
||||||
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
implementation project(":maxkey-web-apis:maxkey-web-api-rest")
|
||||||
|
|
||||||
//synchronizers
|
//synchronizers
|
||||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||||
|
|||||||
@ -54,8 +54,8 @@ dependencies {
|
|||||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||||
|
|
||||||
//webapis
|
//webapis
|
||||||
implementation project(":maxkey-webapis:maxkey-webapi-scim")
|
implementation project(":maxkey-web-apis:maxkey-web-api-scim")
|
||||||
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
implementation project(":maxkey-web-apis:maxkey-web-api-rest")
|
||||||
|
|
||||||
//synchronizers
|
//synchronizers
|
||||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||||
|
|||||||
@ -18,8 +18,8 @@ dependencies {
|
|||||||
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
implementation project(":maxkey-protocols:maxkey-protocol-saml-2.0")
|
||||||
|
|
||||||
//webapis
|
//webapis
|
||||||
implementation project(":maxkey-webapis:maxkey-webapi-scim")
|
implementation project(":maxkey-web-apis:maxkey-web-api-scim")
|
||||||
implementation project(":maxkey-webapis:maxkey-webapi-rest")
|
implementation project(":maxkey-web-apis:maxkey-web-api-rest")
|
||||||
|
|
||||||
//synchronizers
|
//synchronizers
|
||||||
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
implementation project(":maxkey-synchronizers:maxkey-synchronizer")
|
||||||
|
|||||||
@ -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-webapis:maxkey-webapi-scim',
|
'maxkey-web-apis:maxkey-web-api-scim',
|
||||||
'maxkey-webapis:maxkey-webapi-rest',
|
'maxkey-web-apis:maxkey-web-api-rest',
|
||||||
//synchronizers
|
//synchronizers
|
||||||
'maxkey-synchronizers:maxkey-synchronizer',
|
'maxkey-synchronizers:maxkey-synchronizer',
|
||||||
'maxkey-synchronizers:maxkey-synchronizer-reorgdept',
|
'maxkey-synchronizers:maxkey-synchronizer-reorgdept',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user