Made backup manager more generic

This commit is contained in:
2022-12-19 16:43:46 +01:00
parent 9818bca757
commit 52467dc556
19 changed files with 995 additions and 709 deletions

View File

@@ -36,5 +36,12 @@
<artifactId>pandalib-chat</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Cron expression interpreter -->
<dependency>
<groupId>ch.eitchnet</groupId>
<artifactId>cron</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies>
</project>