rss and mail

This commit is contained in:
Jottyfan
2022-12-17 17:34:10 +01:00
parent 2ecd3dbc38
commit 028c4d4fd4
22 changed files with 984 additions and 67 deletions

View File

@ -63,6 +63,13 @@ dependencies {
// backward compatibility until the complete registration is converted to keycloak
implementation 'org.jasypt:jasypt:1.9.3'
// rss support
implementation 'com.rometools:rome:1.18.0'
// mail support
implementation 'commons-validator:commons-validator:1.7'
implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'