2019-04-29 23:53:10 +08:00
|
|
|
description = "maxkey-protocol-saml-2.0"
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
//local jars
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
|
2019-04-29 23:53:10 +08:00
|
|
|
|
2021-04-17 09:44:10 +08:00
|
|
|
implementation project(":maxkey-common")
|
|
|
|
|
implementation project(":maxkey-core")
|
|
|
|
|
implementation project(":maxkey-persistence")
|
|
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
2019-04-29 23:53:10 +08:00
|
|
|
}
|