mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
26 lines
1.1 KiB
Groovy
26 lines
1.1 KiB
Groovy
|
|
description = "maxkey-protocol-formbased"
|
|
|
|
|
|
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-dao")
|
|
compile project(":maxkey-jose-jwt")
|
|
compile project(":maxkey-client-sdk")
|
|
compile project(":maxkey-protocols:maxkey-protocol-authorize")
|
|
|
|
} |