diff --git a/backend/build.gradle b/backend/build.gradle index 3b6f64ddc..66ef8d383 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -91,7 +91,7 @@ dependencies { } // spring boot auto-config starters - ['starter-web', 'starter-data-jpa', 'starter-security', 'starter-actuator', 'devtools', 'starter-webflux'].each { + ['starter-web', 'starter-data-jpa', 'starter-security', 'starter-actuator', 'devtools', 'starter-webflux', 'starter-thymeleaf', 'starter-mail'].each { compile "org.springframework.boot:spring-boot-${it}" } // TODO: figure out what this should really be