bootJar { archiveFileName = 'notification.jar' } dependencies { // Email implementation 'org.springframework.boot:spring-boot-starter-mail' // Thymeleaf for email templates implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' // Azure Event Hubs implementation "com.azure:azure-messaging-eventhubs:${azureEventHubsVersion}" }