Files
MaxKey/maxkey-protocols/maxkey-protocol-oauth-2.0/build.gradle

13 lines
518 B
Groovy
Raw Normal View History

2019-04-29 23:53:10 +08:00
description = "maxkey-protocol-oauth-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-protocols:maxkey-protocol-authorize")
implementation project(":maxkey-authentications:maxkey-authentication-core")
2022-08-03 21:46:22 +08:00
implementation project(":maxkey-authentications:maxkey-authentication-provider")
2019-04-29 23:53:10 +08:00
}