提交 bb8fecf7 编写于 作者: M MaxKey

maxkey-mxapis -> maxkey-webapis

上级 c503c43a
......@@ -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',
......
description = "maxkey-mxapi-rest"
description = "maxkey-webapi-rest"
apply plugin: 'java'
apply plugin: 'eclipse-wtp'
......
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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册