feat: support for embeds in the feed rss endpoints

This commit is contained in:
Bnyro 2023-09-17 16:51:29 +02:00
parent bcfad9988d
commit 0d6feff34d
2 changed files with 22 additions and 0 deletions

View file

@ -23,6 +23,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.rometools:rome:2.1.0'
implementation 'com.rometools:rome-modules:2.1.0'
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'io.activej:activej-common:5.5'
implementation 'io.activej:activej-http:5.5'