Add initial attempt at rss feed generation

This commit is contained in:
2025-04-16 22:58:01 -07:00
parent 897dcac243
commit a2fece0143
2 changed files with 48 additions and 0 deletions

View File

@ -97,6 +97,11 @@
<artifactId>result</artifactId>
<version>1.0.0.0</version>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
<build>