fix add-on expiry, add tests

This commit is contained in:
2025-11-09 17:22:55 +01:00
parent 13bf19394c
commit 8d9b10bace
4 changed files with 318 additions and 10 deletions
+7
View File
@@ -104,5 +104,12 @@
<artifactId>commons-csv</artifactId>
<version>${commons-csv.version}</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>