fix(utils): remove JMI for MimeType
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 5m16s

This commit is contained in:
2025-01-10 15:45:35 +01:00
parent a73c5d0ecb
commit 173f7ececa
2 changed files with 5 additions and 14 deletions

View File

@@ -110,12 +110,6 @@
<artifactId>quarkus-websockets</artifactId>
</dependency>
<dependency>
<groupId>net.sf.jmimemagic</groupId>
<artifactId>jmimemagic</artifactId>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>