separate sdk & connectors

separate sdk & connectors
This commit is contained in:
MaxKey
2020-07-10 08:43:34 +08:00
parent 1f80ed3d7e
commit 57ce60fdd8
220 changed files with 17 additions and 13295 deletions

View File

@@ -6,7 +6,6 @@
<project>maxkey-protocol-authorize</project>
<project>maxkey-jose-jwt</project>
<project>maxkey-core</project>
<project>maxkey-client-sdk</project>
<project>maxkey-protocol-oauth-2.0</project>
<project>maxkey-protocol-saml-2.0</project>
<project>maxkey-identity-scim</project>

View File

@@ -19,7 +19,6 @@ buildscript {
dependencies {
compile project(":maxkey-core")
compile project(":maxkey-persistence")
compile project(":maxkey-client-sdk")
compile project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
compile project(":maxkey-protocols:maxkey-protocol-saml-2.0")
compile project(":maxkey-identitys:maxkey-identity-scim")