hgzero/user/build.gradle
2025-10-24 09:34:52 +09:00

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'
}