AI changes to reporting
This commit is contained in:
@@ -60,6 +60,10 @@ dependencies {
|
||||
// Email dependancy for SMTP
|
||||
implementation 'org.springframework.boot:spring-boot-starter-mail'
|
||||
|
||||
// Caching with Caffeine
|
||||
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
||||
implementation 'com.github.ben-manes.caffeine:caffeine'
|
||||
|
||||
// Lombok (optional for reducing boilerplate)
|
||||
compileOnly 'org.projectlombok:lombok'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
|
||||
Reference in New Issue
Block a user