separate common

This commit is contained in:
MaxKey
2021-02-15 10:47:29 +08:00
parent 647d899771
commit 9770acf991
37 changed files with 195 additions and 86 deletions

View File

@@ -9,7 +9,6 @@ dependencies {
compile project(":maxkey-common")
compile project(":maxkey-core")
compile project(":maxkey-persistence")
//compileOnly project(":maxkey-protocols:maxkey-protocol-oauth-2.0")
//compileOnly project(":maxkey-protocols:maxkey-protocol-saml-2.0")
compile project(":maxkey-authentications:maxkey-authentication-core")
}