report generation minio

This commit is contained in:
root
2025-09-21 16:58:01 +05:00
parent 26fa02392d
commit dfaebf81b8
5 changed files with 121 additions and 16 deletions
+7
View File
@@ -100,6 +100,13 @@
<artifactId>jfreechart</artifactId>
<version>1.5.4</version>
</dependency>
<!-- MinIO for object storage -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.7</version>
</dependency>
</dependencies>
<build>