shimingxy fb15e2b070 spring boot init
spring boot init
2019-09-04 23:47:22 +08:00

12 lines
318 B
Groovy

description = "maxkey-protocol-oauth-2.0"
dependencies {
//local jars
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
compile project(":maxkey-core")
compile project(":maxkey-dao")
compile project(":maxkey-jose-jwt")
compile project(":maxkey-protocols:maxkey-protocol-authorize")
}