19 lines
687 B
Groovy
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")
|
|
} |