[SIS-15] adding optional donation listing to donation command

refactoring to use the proper API instead of relying on parsing
prepare for release
This commit is contained in:
Sheldan
2022-12-13 00:31:14 +01:00
parent 8732064764
commit 5390c0e53e
23 changed files with 350 additions and 50 deletions

View File

@@ -10,6 +10,13 @@
<groupId>dev.sheldan.sissi.application.module</groupId>
<artifactId>debra</artifactId>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>