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

11 lines
286 B
Groovy
Raw Normal View History

2019-04-29 23:53:10 +08:00
description = "maxkey-protocol-oauth-2.0"
dependencies {
//local jars
2019-05-25 23:39:07 +08:00
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
2019-04-29 23:53:10 +08:00
compile project(":maxkey-core")
compile project(":maxkey-persistence")
2019-04-29 23:53:10 +08:00
compile project(":maxkey-protocols:maxkey-protocol-authorize")
}