Files
MaxKey/maxkey-web-manage/config/build_standard.gradle
MaxKey 2b759df576 release docker bootjar standard
release docker bootjar standard
2021-03-07 22:53:16 +08:00

19 lines
687 B
Groovy

description = "maxkey-web-manage"
//add support for Java
apply plugin: 'java'
dependencies {
compile project(":maxkey-common")
compile project(":maxkey-core")
compile project(":maxkey-persistence")
compile project(":maxkey-authentications:maxkey-authentication-core")
compile project(":maxkey-authentications:maxkey-authentication-captcha")
compile project(":maxkey-authentications:maxkey-authentication-otp")
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")
compile project(":maxkey-identitys:maxkey-identity-rest")
}