wip(utils): mime type fix
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m24s

This commit is contained in:
2025-02-04 16:09:21 +01:00
parent eb68f84f7c
commit 071b35f2d4
2 changed files with 16 additions and 1 deletions

View File

@@ -139,6 +139,12 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mailer</artifactId>
</dependency>
<dependency>
<groupId>net.sf.jmimemagic</groupId>
<artifactId>jmimemagic</artifactId>
<version>0.1.5</version>
</dependency>
</dependencies>
<build>
<plugins>