mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
22 lines
1.0 KiB
Groovy
22 lines
1.0 KiB
Groovy
description = "maxkey-protocol-oauth-2.0"
|
|
|
|
dependencies {
|
|
//local jars
|
|
compile fileTree(dir: '../../maxkey-lib/spring/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/spring-security/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/apache/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/db/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/tiles/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/common/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/opensaml/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/xml/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/json/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/log/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/java/', include: '*.jar')
|
|
compile fileTree(dir: '../../maxkey-lib/other/', include: '*.jar')
|
|
|
|
compile project(":maxkey-core")
|
|
compile project(":maxkey-jose-jwt")
|
|
compile project(":maxkey-protocols:maxkey-protocol-authorize")
|
|
|
|
} |