mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 18:26:23 +00:00
15 lines
513 B
Groovy
15 lines
513 B
Groovy
bootJar {
|
|
archiveFileName = 'user.jar'
|
|
}
|
|
|
|
dependencies {
|
|
// LDAP
|
|
implementation 'org.springframework.boot:spring-boot-starter-data-ldap'
|
|
implementation 'org.springframework.ldap:spring-ldap-core'
|
|
|
|
// Azure EventHub
|
|
implementation "com.azure:azure-messaging-eventhubs:${azureEventHubsVersion}"
|
|
implementation "com.azure:azure-messaging-eventhubs-checkpointstore-blob:${azureEventHubsCheckpointVersion}"
|
|
implementation 'org.springframework.integration:spring-integration-core'
|
|
}
|